Home
last modified time | relevance | path

Searched refs:DiagGroupParents (Results 1 – 2 of 2) 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()
297 DiagGroupParentMap &DiagGroupParents; member in __anon3504dbe50411::InferPedantic
304 InferPedantic(DiagGroupParentMap &DiagGroupParents, in InferPedantic() argument
308 : DiagGroupParents(DiagGroupParents), in InferPedantic()
345 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup()
388 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup()
[all …]
/external/llvm-project/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()
281 DiagGroupParentMap &DiagGroupParents; member in __anon268c2c930311::InferPedantic
288 InferPedantic(DiagGroupParentMap &DiagGroupParents, in InferPedantic() argument
292 : DiagGroupParents(DiagGroupParents), in InferPedantic()
329 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup()
374 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup()
[all …]