Home
last modified time | relevance | path

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

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