Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTWriter.h448 unsigned NumVisibleDeclContexts = 0; variable
/external/clang/include/clang/Serialization/
DASTWriter.h410 unsigned NumVisibleDeclContexts; variable
/external/clang/lib/Serialization/
DASTWriter.cpp3791 ++NumVisibleDeclContexts; in WriteDeclContextVisibleBlock()
4086 NumLexicalDeclContexts(0), NumVisibleDeclContexts(0), in ASTWriter()
4631 NumStatements, NumMacros, NumLexicalDeclContexts, NumVisibleDeclContexts}; in WriteASTCore()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp3932 ++NumVisibleDeclContexts; in WriteDeclContextVisibleBlock()
4927 NumStatements, NumMacros, NumLexicalDeclContexts, NumVisibleDeclContexts}; in WriteASTCore()