Home
last modified time | relevance | path

Searched refs:NumLexicalDeclContexts (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DASTWriter.h444 unsigned NumLexicalDeclContexts = 0; variable
/external/clang/include/clang/Serialization/
DASTWriter.h406 unsigned NumLexicalDeclContexts; variable
/external/clang/lib/Serialization/
DASTWriter.cpp2779 ++NumLexicalDeclContexts; in WriteDeclContextLexicalBlock()
4086 NumLexicalDeclContexts(0), NumVisibleDeclContexts(0), in ASTWriter()
4631 NumStatements, NumMacros, NumLexicalDeclContexts, NumVisibleDeclContexts}; in WriteASTCore()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2895 ++NumLexicalDeclContexts; in WriteDeclContextLexicalBlock()
4927 NumStatements, NumMacros, NumLexicalDeclContexts, NumVisibleDeclContexts}; in WriteASTCore()