Home
last modified time | relevance | path

Searched refs:DiagGroups (Results 1 – 2 of 2) sorted by relevance

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp46 std::vector<Record*> DiagGroups in DiagGroupParentMap() local
48 for (unsigned i = 0, e = DiagGroups.size(); i != e; ++i) { in DiagGroupParentMap()
50 DiagGroups[i]->getValueAsListOfDefs("SubGroups"); in DiagGroupParentMap()
52 Mapping[SubGroups[j]].push_back(DiagGroups[i]); in DiagGroupParentMap()
166 const std::vector<Record*> &DiagGroups, in groupDiagnostics() argument
185 for (unsigned i = 0, e = DiagGroups.size(); i != e; ++i) { in groupDiagnostics()
186 Record *Group = DiagGroups[i]; in groupDiagnostics()
299 const std::vector<Record*> DiagGroups; member in __anon9ee1e1fd0411::InferPedantic
306 const std::vector<Record*> &DiagGroups, in InferPedantic() argument
310 DiagGroups(DiagGroups), in InferPedantic()
[all …]
/external/clang/include/clang/Basic/
DDiagnosticGroups.td19 // Empty DiagGroups are recognized by clang but ignored.