Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h32 RECORD_CATEGORY, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp451 EmitRecordID(RECORD_CATEGORY, "CatName", Stream, Record); in EmitBlockInfoBlock()
469 Abbrev->Add(BitCodeAbbrevOp(RECORD_CATEGORY)); in EmitBlockInfoBlock()
473 Abbrevs.set(RECORD_CATEGORY, Stream.EmitBlockInfoAbbrev(BLOCK_DIAG, Abbrev)); in EmitBlockInfoBlock()
531 RecordData::value_type Record[] = {RECORD_CATEGORY, category, catName.size()}; in getEmitCategory()
532 State->Stream.EmitRecordWithBlob(State->Abbrevs.get(RECORD_CATEGORY), Record, in getEmitCategory()
H A DSerializedDiagnosticReader.cpp264 case RECORD_CATEGORY: in readDiagnosticBlock()