Home
last modified time | relevance | path

Searched refs:FirstLocalDeclCache (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTWriter.h465 llvm::DenseMap<const Decl *, const Decl *> FirstLocalDeclCache; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp2021 const Decl *&CacheEntry = FirstLocalDeclCache[Canon]; in getFirstLocalDecl()