Home
last modified time | relevance | path

Searched refs:getLookupTable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h55 ASTImporterLookupTable *getLookupTable() { return LookupTable.get(); } in getLookupTable() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp348 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable(); in updateLookupTableForTemplateParameters()
4280 if (ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable()) in VisitFunctionDecl()
7000 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable(); in VisitFunctionTemplateDecl()
9407 if (SharedState->getLookupTable()) { in findDeclsInToCtx()
9418 SharedState->getLookupTable()->lookup(dyn_cast<NamespaceDecl>(D), in findDeclsInToCtx()
9425 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx()