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

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

Completed in 112 milliseconds