HomeSort by: relevance | last modified time | path
    Searched refs:WritingAST (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4275 assert(WritingAST && "can't determine lang opts when not writing AST");
4288 WritingAST = true;
4310 WritingAST = false;
5214 assert(WritingAST && "Cannot request a declaration ID before AST writing");
5696 assert(!WritingAST && "Already writing the AST!");
5744 assert(!WritingAST && "Already writing the AST!");
5769 assert(!WritingAST && "Already writing the AST!");
5790 assert(!WritingAST && "Already writing the AST!");
5802 assert(!WritingAST && "Already writing the AST!");
5812 assert(!WritingAST && "Already writing the AST!")
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 160 bool WritingAST = false;

Completed in 22 milliseconds