Searched refs:localUncachedLookup (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 2334 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitNamespaceDecl() 2400 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitTypedefNameDecl() 2483 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitEnumDecl() 2572 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitRecordDecl() 2697 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitEnumConstantDecl() 2752 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitFunctionDecl() 2966 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitFieldDecl() 3025 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitIndirectFieldDecl() 3095 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitObjCIvarDecl() 3153 DC->getRedeclContext()->localUncachedLookup(Name, FoundDecls); in VisitVarDecl() [all …]
|
D | DeclBase.cpp | 1453 void DeclContext::localUncachedLookup(DeclarationName Name, in localUncachedLookup() function in DeclContext
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1657 void localUncachedLookup(DeclarationName Name,
|