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