Home
last modified time | relevance | path

Searched refs:ASTImporterLookupTable (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporterLookupTable.cpp24 ASTImporterLookupTable <
25 Builder(ASTImporterLookupTable &LT) : LT(LT) {} in Builder()
54 ASTImporterLookupTable::ASTImporterLookupTable(TranslationUnitDecl &TU) { in ASTImporterLookupTable() function in clang::ASTImporterLookupTable
59 void ASTImporterLookupTable::add(DeclContext *DC, NamedDecl *ND) { in add()
65 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove()
72 void ASTImporterLookupTable::add(NamedDecl *ND) { in add()
81 void ASTImporterLookupTable::remove(NamedDecl *ND) { in remove()
90 ASTImporterLookupTable::LookupResult
91 ASTImporterLookupTable::lookup(DeclContext *DC, DeclarationName Name) const { in lookup()
104 void ASTImporterLookupTable::dump(DeclContext *DC) const { in dump()
[all …]
H A DASTImporter.cpp7616 ASTImporterLookupTable *LookupTable) in ASTImporter()
7667 ASTImporterLookupTable::LookupResult LookupResult = in findDeclsInToCtx()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTImporterLookupTable.h48 class ASTImporterLookupTable {
64 ASTImporterLookupTable(TranslationUnitDecl &TU);
H A DASTImporter.h36 class ASTImporterLookupTable; variable
97 ASTImporterLookupTable *LookupTable = nullptr;
161 ASTImporterLookupTable *LookupTable = nullptr);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp42 ASTImporterLookupTable LookupTable( in ExecuteAction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h169 std::unique_ptr<ASTImporterLookupTable> LookupTable;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp348 LookupTable = llvm::make_unique<ASTImporterLookupTable>(*ToTU); in lazyInitLookupTable()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile49 SRCS_MIN+= AST/ASTImporterLookupTable.cpp