Home
last modified time | relevance | path

Searched defs:hasGoodDiagnostics (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.h111 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
134 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
H A DFlang.h71 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
H A DGnu.h108 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
119 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DTool.h63 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function