Searched refs:localUncachedLookup (Results 1 – 4 of 4) sorted by relevance
/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,
|