Home
last modified time | relevance | path

Searched refs:RECORD_CATEGORY (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DSerializedDiagnostics.h33 RECORD_CATEGORY, enumerator
/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp467 EmitRecordID(RECORD_CATEGORY, "CatName", Stream, Record); in EmitBlockInfoBlock()
485 Abbrev->Add(BitCodeAbbrevOp(RECORD_CATEGORY)); in EmitBlockInfoBlock()
489 Abbrevs.set(RECORD_CATEGORY, Stream.EmitBlockInfoAbbrev(BLOCK_DIAG, Abbrev)); in EmitBlockInfoBlock()
547 RecordData::value_type Record[] = {RECORD_CATEGORY, category, catName.size()}; in getEmitCategory()
548 State->Stream.EmitRecordWithBlob(State->Abbrevs.get(RECORD_CATEGORY), Record, in getEmitCategory()
DSerializedDiagnosticReader.cpp191 case RECORD_CATEGORY: in readDiagnosticBlock()