Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp467 VisibleNamespaceCache.clear(); in ActOnModuleEnd()
H A DSemaLookup.cpp1872 if (auto *Acceptable = getSema().VisibleNamespaceCache.lookup(Key)) in getAcceptableDeclSlow()
1878 getSema().VisibleNamespaceCache.insert(std::make_pair(Key, Acceptable)); in getAcceptableDeclSlow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h8735 llvm::DenseMap<NamedDecl*, NamedDecl*> VisibleNamespaceCache; variable