Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp697 VisibleNamespaceCache.clear(); in ActOnModuleEnd()
H A DSemaLookup.cpp2061 if (auto *Acceptable = getSema().VisibleNamespaceCache.lookup(Key)) in getAcceptableDeclSlow()
2067 getSema().VisibleNamespaceCache.insert(std::make_pair(Key, Acceptable)); in getAcceptableDeclSlow()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9381 llvm::DenseMap<NamedDecl*, NamedDecl*> VisibleNamespaceCache; variable