HomeSort by: relevance | last modified time | path
    Searched defs:InferPedantic (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 250 class InferPedantic {
261 InferPedantic(DiagGroupParentMap &DiagGroupParents,
295 bool InferPedantic::isSubGroupOfGroup(const Record *Group,
311 bool InferPedantic::isExtension(const Record *Diag) {
317 bool InferPedantic::isOffByDefault(const Record *Diag) {
323 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) {
341 void InferPedantic::markGroup(const Record *Group) {
353 void InferPedantic::compute(VecOrSet DiagsInPedantic,
1243 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup)
    [all...]

Completed in 94 milliseconds