Searched refs:WritingAST (Results 1 – 2 of 2) sorted by relevance
4489 WritingAST = true; in WriteAST()4511 WritingAST = false; in WriteAST()5892 assert(!WritingAST && "Already writing the AST!"); in CompletedTagDefinition()5940 assert(!WritingAST && "Already writing the AST!"); in AddedVisibleDecl()5964 assert(!WritingAST && "Already writing the AST!"); in AddedCXXImplicitMember()5985 assert(!WritingAST && "Already writing the AST!"); in DeducedReturnType()5997 assert(!WritingAST && "Already writing the AST!"); in ResolvedOperatorDelete()6007 assert(!WritingAST && "Already writing the AST!"); in CompletedImplicitDefinition()6017 assert(!WritingAST && "Already writing the AST!"); in VariableDefinitionInstantiated()6026 assert(!WritingAST && "Already writing the AST!"); in FunctionDefinitionInstantiated()[all …]
148 bool WritingAST = false; variable