Home
last modified time | relevance | path

Searched defs:hasDiagnostics (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
DCompilerInstance.h326 bool hasDiagnostics() const { return Diagnostics != nullptr; } in hasDiagnostics() function
/external/clang/lib/CodeGen/
DCodeGenModule.h209 bool hasDiagnostics() { return Missing || Mismatched; } in hasDiagnostics() function