Home
last modified time | relevance | path

Searched refs:WritingAST (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5301 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h165 bool WritingAST = false; variable