Searched refs:WritingAST (Results 1 – 2 of 2) sorted by relevance
4518 assert(WritingAST && "can't determine lang opts when not writing AST"); in getLangOpts()4531 WritingAST = true; in WriteAST()4552 WritingAST = false; in WriteAST()5590 assert(WritingAST && "Cannot request a declaration ID before AST writing"); in GetDeclRef()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()[all …]
148 bool WritingAST = false; variable