Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp447 unsigned ParentsInPedantic = 0; in compute() local
451 ++ParentsInPedantic; in compute()
457 if (Parents.size() > 0 && ParentsInPedantic == Parents.size()) in compute()