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