Home
last modified time | relevance | path

Searched refs:ForDiagnostics (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h127 bool ForDiagnostics = false; variable
333 bool isForDiagnostics() const { return ForDiagnostics; } in isForDiagnostics()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp263 ForDiagnostics = true; in initCompilationForDiagnostics()