Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h420 llvm::DenseMap<const Decl *, const Decl *> FirstLocalDeclCache; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1826 const Decl *&CacheEntry = FirstLocalDeclCache[Canon]; in getFirstLocalDecl()