OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getdiagnosticcategory
(Results
1 - 1
of
1
) sorted by null
/external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp
78
///
getDiagnosticCategory
- Return the category that the specified diagnostic
80
static std::string
getDiagnosticCategory
(const Record *R,
110
std::string Category =
getDiagnosticCategory
(Diags[i], ParentInfo);
577
OS << ", " << CategoryIDs.getID(
getDiagnosticCategory
(&R, DGParentMap));
Completed in 150 milliseconds