Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp464 unsigned NumErrorsBefore = Diags.getNumErrors(); in FixupInvocation() local
564 return Diags.getNumErrors() == NumErrorsBefore; in FixupInvocation()
895 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseAnalyzerArgs() local
1048 return Diags.getNumErrors() == NumErrorsBefore; in ParseAnalyzerArgs()
1587 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseCodeGenArgs() local
2051 return Diags.getNumErrors() == NumErrorsBefore; in ParseCodeGenArgs()
2097 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseDependencyOutputArgs() local
2166 return Diags.getNumErrors() == NumErrorsBefore; in ParseDependencyOutputArgs()
2237 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseFileSystemArgs() local
2252 return Diags.getNumErrors() == NumErrorsBefore; in ParseFileSystemArgs()
[all …]