Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DCompilation.h124 bool ForDiagnostics = false; variable
308 bool isForDiagnostics() const { return ForDiagnostics; } in isForDiagnostics()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCompilation.cpp259 ForDiagnostics = true; in initCompilationForDiagnostics()