Home
last modified time | relevance | path

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

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