Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h330 bool hasDiagnostics() const { return Diagnostics != nullptr; } in hasDiagnostics() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h246 bool hasDiagnostics() { return Missing || Mismatched; } in hasDiagnostics() function