MCPcopy Create free account
hub / github.com/Samsung/UTopia / getASTUnits

Method getASTUnits

lib/sourceloader/SourceCollection.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14const std::vector<clang::ASTUnit *> SourceCollection::getASTUnits() const {
15 std::vector<clang::ASTUnit *> RefASTUnits;
16 for (auto &Unit : ASTUnits) {
17 RefASTUnits.push_back(Unit.get());
18 }
19 return RefASTUnits;
20}
21const llvm::Module &SourceCollection::getLLVMModule() const {
22 return *LLVMModule;
23}

Callers 9

DebugInfoMapMethod · 0.45
SourceAnalyzerImplMethod · 0.45
analyzeMethod · 0.45
extractTCsMethod · 0.45
extractTCsMethod · 0.45
extractTCsMethod · 0.45
getDefinedFuncDeclMethod · 0.45
initializeRDAnalyzerMethod · 0.45
analyzeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

extractTCsMethod · 0.36