Searched refs:WritingAST (Results 1 – 2 of 2) sorted by relevance
5301 assert(WritingAST && "can't prepare path for output when not writing AST"); in PreparePathForOutput()5402 assert(WritingAST && "can't determine lang opts when not writing AST"); in getLangOpts()5415 WritingAST = true; in WriteAST()5438 WritingAST = false; in WriteAST()6880 assert(WritingAST && "Cannot request a declaration ID before AST writing"); in GetDeclRef()7443 assert(!WritingAST && "Already writing the AST!"); in CompletedTagDefinition()7491 assert(!WritingAST && "Already writing the AST!"); in AddedVisibleDecl()7515 assert(!WritingAST && "Already writing the AST!"); in AddedCXXImplicitMember()7537 assert(!WritingAST && "Already writing the AST!"); in DeducedReturnType()7549 assert(!WritingAST && "Already writing the AST!"); in ResolvedOperatorDelete()[all …]
165 bool WritingAST = false; variable