Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Frontend/
H A DCompilerInstance.h201 bool hasDiagnostics() const { return diagnostics != nullptr; } hasDiagnostics() function
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h364 bool hasDiagnostics() const { return Diagnostics != nullptr; } hasDiagnostics() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h242 bool hasDiagnostics() { return Missing || Mismatched; } hasDiagnostics() function