OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECORD_CATEGORY
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
SerializedDiagnostics.h
33
RECORD_CATEGORY
,
/external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp
466
EmitRecordID(
RECORD_CATEGORY
, "CatName", Stream, Record);
482
// Emit abbrevation for
RECORD_CATEGORY
.
484
Abbrev->Add(BitCodeAbbrevOp(
RECORD_CATEGORY
));
488
Abbrevs.set(
RECORD_CATEGORY
, Stream.EmitBlockInfoAbbrev(BLOCK_DIAG, Abbrev));
546
RecordData::value_type Record[] = {
RECORD_CATEGORY
, category, catName.size()};
547
State->Stream.EmitRecordWithBlob(State->Abbrevs.get(
RECORD_CATEGORY
), Record,
[
all
...]
SerializedDiagnosticReader.cpp
191
case
RECORD_CATEGORY
:
Completed in 110 milliseconds