Searched refs:WritingAST (Results 1 – 2 of 2) sorted by relevance
4288 WritingAST = true; in WriteAST()4310 WritingAST = false; in WriteAST()5696 assert(!WritingAST && "Already writing the AST!"); in CompletedTagDefinition()5744 assert(!WritingAST && "Already writing the AST!"); in AddedVisibleDecl()5769 assert(!WritingAST && "Already writing the AST!"); in AddedCXXImplicitMember()5790 assert(!WritingAST && "Already writing the AST!"); in DeducedReturnType()5802 assert(!WritingAST && "Already writing the AST!"); in ResolvedOperatorDelete()5812 assert(!WritingAST && "Already writing the AST!"); in CompletedImplicitDefinition()5822 assert(!WritingAST && "Already writing the AST!"); in VariableDefinitionInstantiated()5831 assert(!WritingAST && "Already writing the AST!"); in FunctionDefinitionInstantiated()[all …]
160 bool WritingAST = false; variable