Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4531 WritingAST = true; in WriteAST()
4552 WritingAST = false; in WriteAST()
6064 assert(!WritingAST && "Already writing the AST!"); in CompletedTagDefinition()
6112 assert(!WritingAST && "Already writing the AST!"); in AddedVisibleDecl()
6136 assert(!WritingAST && "Already writing the AST!"); in AddedCXXImplicitMember()
6157 assert(!WritingAST && "Already writing the AST!"); in DeducedReturnType()
6169 assert(!WritingAST && "Already writing the AST!"); in ResolvedOperatorDelete()
6179 assert(!WritingAST && "Already writing the AST!"); in CompletedImplicitDefinition()
6189 assert(!WritingAST && "Already writing the AST!"); in VariableDefinitionInstantiated()
6198 assert(!WritingAST && "Already writing the AST!"); in FunctionDefinitionInstantiated()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h148 bool WritingAST = false; variable