Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1693 if (auto *Acceptable = getSema().VisibleNamespaceCache.lookup(Key)) in getAcceptableDeclSlow()
1699 getSema().VisibleNamespaceCache.insert(std::make_pair(Key, Acceptable)); in getAcceptableDeclSlow()
H A DSemaDecl.cpp17201 VisibleNamespaceCache.clear(); in ActOnModuleEnd()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7310 llvm::DenseMap<NamedDecl*, NamedDecl*> VisibleNamespaceCache; variable