Home
last modified time | relevance | path

Searched refs:STMT_NULL_PTR (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Serialization/
DASTBitCodes.h1187 STMT_NULL_PTR, enumerator
/external/llvm-project/clang/include/clang/Serialization/
DASTBitCodes.h1511 STMT_NULL_PTR, enumerator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp41 Code(serialization::STMT_NULL_PTR), AbbrevToUse(0) {} in ASTStmtWriter()
46 assert(Code != serialization::STMT_NULL_PTR && in Emit()
2505 Stream.EmitRecord(serialization::STMT_NULL_PTR, Record); in WriteSubStmt()
DASTReaderStmt.cpp2851 case STMT_NULL_PTR: in ReadStmtFromStream()
DASTWriter.cpp781 RECORD(STMT_NULL_PTR); in AddStmtsExprs()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp42 Code(serialization::STMT_NULL_PTR), AbbrevToUse(0) {} in ASTStmtWriter()
47 assert(Code != serialization::STMT_NULL_PTR && in Emit()
2558 Stream.EmitRecord(serialization::STMT_NULL_PTR, Record); in WriteSubStmt()
DASTReaderStmt.cpp2668 case STMT_NULL_PTR: in ReadStmtFromStream()
DASTWriter.cpp578 RECORD(STMT_NULL_PTR); in AddStmtsExprs()