Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4599 WritingAST = true; in WriteAST()
4621 WritingAST = false; in WriteAST()
6196 assert(!WritingAST && "Already writing the AST!"); in CompletedTagDefinition()
6244 assert(!WritingAST && "Already writing the AST!"); in AddedVisibleDecl()
6269 assert(!WritingAST && "Already writing the AST!"); in AddedCXXImplicitMember()
6290 assert(!WritingAST && "Already writing the AST!"); in DeducedReturnType()
6302 assert(!WritingAST && "Already writing the AST!"); in ResolvedOperatorDelete()
6312 assert(!WritingAST && "Already writing the AST!"); in CompletedImplicitDefinition()
6322 assert(!WritingAST && "Already writing the AST!"); in VariableDefinitionInstantiated()
6331 assert(!WritingAST && "Already writing the AST!"); in FunctionDefinitionInstantiated()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h161 bool WritingAST = false; variable