Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A 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()
157 const std::vector<Record*> &DiagGroups, in groupDiagnostics() argument
174 for (unsigned i = 0, e = DiagGroups.size(); i != e; ++i) { in groupDiagnostics()
175 Record *Group = DiagGroups[i]; in groupDiagnostics()
259 const std::vector<Record*> DiagGroups; member in __anonded1697c0311::InferPedantic
266 const std::vector<Record*> &DiagGroups, in InferPedantic() argument
270 DiagGroups(DiagGroups), in InferPedantic()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td18 // Empty DiagGroups are recognized by clang but ignored.