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