Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp696 VisibleNamespaceCache.clear(); in ActOnModuleEnd()
H A DSemaLookup.cpp2064 if (auto *Acceptable = getSema().VisibleNamespaceCache.lookup(Key)) in getAcceptableDeclSlow()
2070 getSema().VisibleNamespaceCache.insert(std::make_pair(Key, Acceptable)); in getAcceptableDeclSlow()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9663 llvm::DenseMap<NamedDecl*, NamedDecl*> VisibleNamespaceCache; variable