Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4629 WritingAST = true; in WriteAST()
4651 WritingAST = false; in WriteAST()
6202 assert(!WritingAST && "Already writing the AST!"); in CompletedTagDefinition()
6250 assert(!WritingAST && "Already writing the AST!"); in AddedVisibleDecl()
6274 assert(!WritingAST && "Already writing the AST!"); in AddedCXXImplicitMember()
6295 assert(!WritingAST && "Already writing the AST!"); in DeducedReturnType()
6307 assert(!WritingAST && "Already writing the AST!"); in ResolvedOperatorDelete()
6317 assert(!WritingAST && "Already writing the AST!"); in CompletedImplicitDefinition()
6327 assert(!WritingAST && "Already writing the AST!"); in VariableDefinitionInstantiated()
6336 assert(!WritingAST && "Already writing the AST!"); in FunctionDefinitionInstantiated()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h160 bool WritingAST = false; variable