Home
last modified time | relevance | path

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

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