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

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 1508 STMT_NULL_PTR,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 42 Code(serialization::STMT_NULL_PTR), AbbrevToUse(0) {}
47 assert(Code != serialization::STMT_NULL_PTR &&
2594 Stream.EmitRecord(serialization::STMT_NULL_PTR, Record);
ASTReaderStmt.cpp 2699 case STMT_NULL_PTR:
ASTWriter.cpp 579 RECORD(STMT_NULL_PTR);

Completed in 74 milliseconds