Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporterSharedState.h54 ASTImporterLookupTable *getLookupTable() { return LookupTable.get(); } in getLookupTable() function
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp3045 SharedStatePtr->getLookupTable()->remove(Method); in test()
4581 EXPECT_TRUE(SharedStatePtr->getLookupTable()->contains( in TEST_P()
4612 EXPECT_TRUE(SharedStatePtr->getLookupTable()->contains( in TEST_P()
4617 EXPECT_TRUE(SharedStatePtr->getLookupTable()->contains( in TEST_P()
4680 ASTImporterLookupTable *Tbl = SharedStatePtr->getLookupTable(); in TEST_P()
4737 EXPECT_TRUE(SharedStatePtr->getLookupTable()->contains( in TEST_P()
4741 EXPECT_TRUE(SharedStatePtr->getLookupTable()->contains( in TEST_P()
4746 EXPECT_TRUE(SharedStatePtr->getLookupTable()->contains( in TEST_P()
4786 EXPECT_TRUE(SharedStatePtr->getLookupTable()->contains( in TEST_P()
4790 EXPECT_TRUE(SharedStatePtr->getLookupTable()->contains( in TEST_P()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp351 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable(); in updateLookupTableForTemplateParameters()
3601 if (ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable()) in VisitFunctionDecl()
6222 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable(); in VisitFunctionTemplateDecl()
8438 if (SharedState->getLookupTable()) { in findDeclsInToCtx()
8440 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx()