Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp64 DiagGroupParentMap &DiagGroupParents) { in getCategoryFromDiagGroup() argument
71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup()
73 CatName = getCategoryFromDiagGroup(Parents[i], DiagGroupParents); in getCategoryFromDiagGroup()
82 DiagGroupParentMap &DiagGroupParents) { in getDiagnosticCategory() argument
87 DiagGroupParents); in getDiagnosticCategory()
298 DiagGroupParentMap &DiagGroupParents; member in __anon0b5aaf620311::InferPedantic
305 InferPedantic(DiagGroupParentMap &DiagGroupParents, in InferPedantic() argument
309 : DiagGroupParents(DiagGroupParents), in InferPedantic()
346 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup()
389 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup()
[all …]