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

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

Completed in 138 milliseconds