Searched refs:DECL_OFFSET (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTBitCodes.h333 /// The DECL_OFFSET constant describes the record that occurs
341 DECL_OFFSET = 2, enumerator in enum:clang::serialization::ASTRecordTypes
/external/clang/lib/Serialization/
H A DASTWriter.cpp888 RECORD(DECL_OFFSET);
2810 Abbrev->Add(BitCodeAbbrevOp(DECL_OFFSET));
2816 Record.push_back(DECL_OFFSET);
H A DASTReader.cpp2736 case DECL_OFFSET: {
2738 Error("duplicate DECL_OFFSET record in AST file");

Completed in 94 milliseconds