Searched refs:WritingAST (Results 1 – 2 of 2) sorted by relevance
4599 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 …]
161 bool WritingAST = false; variable