Searched refs:WritingAST (Results 1 – 2 of 2) sorted by relevance
4854 assert(WritingAST && "can't determine lang opts when not writing AST"); in getLangOpts()4866 WritingAST = true; in WriteAST()4888 WritingAST = false; in WriteAST()6225 assert(WritingAST && "Cannot request a declaration ID before AST writing"); in GetDeclRef()6787 assert(!WritingAST && "Already writing the AST!"); in CompletedTagDefinition()6835 assert(!WritingAST && "Already writing the AST!"); in AddedVisibleDecl()6859 assert(!WritingAST && "Already writing the AST!"); in AddedCXXImplicitMember()6880 assert(!WritingAST && "Already writing the AST!"); in DeducedReturnType()6892 assert(!WritingAST && "Already writing the AST!"); in ResolvedOperatorDelete()6902 assert(!WritingAST && "Already writing the AST!"); in CompletedImplicitDefinition()[all …]
163 bool WritingAST = false; variable