Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h375 llvm::DenseMap<const VarDecl *, unsigned> StaticLocalNumbers; variable
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8142 StaticLocalNumbers[VD] = Number; in setStaticLocalNumber()
8147 StaticLocalNumbers.find(VD); in getStaticLocalNumber()
8148 return I != StaticLocalNumbers.end() ? I->second : 1; in getStaticLocalNumber()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4473 for (const auto &Number : Context.StaticLocalNumbers) in WriteASTCore()