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()
167 const std::vector<Record*> &DiagGroups, in groupDiagnostics() argument
186 for (unsigned i = 0, e = DiagGroups.size(); i != e; ++i) { in groupDiagnostics()
187 Record *Group = DiagGroups[i]; in groupDiagnostics()
300 const std::vector<Record*> DiagGroups; member in __anon18154f6a0311::InferPedantic
307 const std::vector<Record*> &DiagGroups, in InferPedantic() argument
311 DiagGroups(DiagGroups), in InferPedantic()
[all …]
/external/clang/include/clang/Basic/
DDiagnosticGroups.td19 // Empty DiagGroups are recognized by clang but ignored.