Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp4357 assert(WritingAST && "can't determine lang opts when not writing AST"); in getLangOpts()
4370 WritingAST = true; in WriteAST()
4392 WritingAST = false; in WriteAST()
5433 assert(WritingAST && "Cannot request a declaration ID before AST writing"); in GetDeclRef()
5918 assert(!WritingAST && "Already writing the AST!"); in CompletedTagDefinition()
5966 assert(!WritingAST && "Already writing the AST!"); in AddedVisibleDecl()
5991 assert(!WritingAST && "Already writing the AST!"); in AddedCXXImplicitMember()
6012 assert(!WritingAST && "Already writing the AST!"); in DeducedReturnType()
6024 assert(!WritingAST && "Already writing the AST!"); in ResolvedOperatorDelete()
6034 assert(!WritingAST && "Already writing the AST!"); in CompletedImplicitDefinition()
[all …]
/external/clang/lib/Serialization/
DASTWriter.cpp4077 WritingAST(false), DoneWritingDeclsAndTypes(false), in ASTWriter()
4105 assert(WritingAST && "can't determine lang opts when not writing AST"); in getLangOpts()
4116 WritingAST = true; in WriteAST()
4138 WritingAST = false; in WriteAST()
4982 assert(WritingAST && "Cannot request a declaration ID before AST writing"); in GetDeclRef()
5641 assert(!WritingAST && "Already writing the AST!"); in CompletedTagDefinition()
5688 assert(!WritingAST && "Already writing the AST!"); in AddedVisibleDecl()
5712 assert(!WritingAST && "Already writing the AST!"); in AddedCXXImplicitMember()
5731 assert(!WritingAST && "Already writing the AST!"); in DeducedReturnType()
5741 assert(!WritingAST && "Already writing the AST!"); in ResolvedOperatorDelete()
[all …]
/external/llvm-project/clang/include/clang/Serialization/
DASTWriter.h159 bool WritingAST = false; variable
/external/clang/include/clang/Serialization/
DASTWriter.h135 bool WritingAST; variable