Searched refs:localUncachedLookup (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterFixtures.cpp | 161 FromCtx.getTranslationUnitDecl()->localUncachedLookup(ImportDeclName, in getImportedDecl()
|
D | ASTImporterTest.cpp | 4244 FooDC->getRedeclContext()->localUncachedLookup(FooName, FoundDecls); in TEST_P() 4248 FooLexicalDC->getRedeclContext()->localUncachedLookup(FooName, FoundDecls); in TEST_P() 4280 FooDC->getRedeclContext()->localUncachedLookup(FooName, FoundDecls); in TEST_P() 4284 FooLexicalDC->getRedeclContext()->localUncachedLookup(FooName, FoundDecls); in TEST_P() 4590 TemplateDC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in TEST_P() 4598 cast<DeclContext>(Spec)->getRedeclContext()->localUncachedLookup(Name, in TEST_P() 4675 E->localUncachedLookup(Name, FoundDecls); in TEST_P() 4679 ToTU->localUncachedLookup(Name, FoundDecls); in TEST_P()
|
/external/clang/unittests/AST/ |
D | ASTImporterTest.cpp | 85 FromCtx.getTranslationUnitDecl()->localUncachedLookup( in testImport()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 2480 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitNamespaceDecl() 2546 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitTypedefNameDecl() 2662 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitEnumDecl() 2751 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitRecordDecl() 2900 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitEnumConstantDecl() 2955 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitFunctionDecl() 3185 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitFieldDecl() 3249 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitIndirectFieldDecl() 3319 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitObjCIvarDecl() 3377 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitVarDecl() [all …]
|
D | DeclBase.cpp | 1497 void DeclContext::localUncachedLookup(DeclarationName Name, in localUncachedLookup() function in DeclContext
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1676 void localUncachedLookup(DeclarationName Name,
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclBase.h | 2292 void localUncachedLookup(DeclarationName Name,
|
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 1766 void DeclContext::localUncachedLookup(DeclarationName Name, in localUncachedLookup() function in DeclContext
|
D | ASTImporter.cpp | 8037 ReDC->localUncachedLookup(Name, Result); in findDeclsInToCtx()
|
/external/llvm-project/clang/docs/ |
D | InternalsManual.rst | 1804 ``DeclContext::localUncachedLookup()``. These functions do respect the C/C++
|