Searched refs:localUncachedLookup (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 2213 DC->localUncachedLookup(Name, FoundDecls); in VisitNamespaceDecl() 2276 DC->localUncachedLookup(Name, FoundDecls); in VisitTypedefNameDecl() 2356 DC->localUncachedLookup(SearchName, FoundDecls); in VisitEnumDecl() 2442 DC->localUncachedLookup(SearchName, FoundDecls); in VisitRecordDecl() 2549 DC->localUncachedLookup(Name, FoundDecls); in VisitEnumConstantDecl() 2601 DC->localUncachedLookup(Name, FoundDecls); in VisitFunctionDecl() 2811 DC->localUncachedLookup(Name, FoundDecls); in VisitFieldDecl() 2867 DC->localUncachedLookup(Name, FoundDecls); in VisitIndirectFieldDecl() 2932 DC->localUncachedLookup(Name, FoundDecls); in VisitObjCIvarDecl() 2987 DC->localUncachedLookup(Name, FoundDecls); in VisitVarDecl() [all …]
|
D | DeclBase.cpp | 1256 void DeclContext::localUncachedLookup(DeclarationName Name, in localUncachedLookup() function in DeclContext
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1433 void localUncachedLookup(DeclarationName Name,
|