Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp446 unsigned ParentsInPedantic = 0; in compute() local
450 ++ParentsInPedantic; in compute()
456 if (Parents.size() > 0 && ParentsInPedantic == Parents.size()) in compute()
/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp432 unsigned ParentsInPedantic = 0; in compute() local
436 ++ParentsInPedantic; in compute()
442 if (Parents.size() > 0 && ParentsInPedantic == Parents.size()) in compute()