Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp572 unsigned NumErrorsBefore = Diags.getNumErrors(); in FixupInvocation() local
687 return Diags.getNumErrors() == NumErrorsBefore; in FixupInvocation()
1053 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseAnalyzerArgs() local
1191 return Diags.getNumErrors() == NumErrorsBefore; in ParseAnalyzerArgs()
1775 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseCodeGenArgs() local
2231 return Diags.getNumErrors() == NumErrorsBefore; in ParseCodeGenArgs()
2269 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseDependencyOutputArgs() local
2332 return Diags.getNumErrors() == NumErrorsBefore; in ParseDependencyOutputArgs()
2396 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseFileSystemArgs() local
2405 return Diags.getNumErrors() == NumErrorsBefore; in ParseFileSystemArgs()
[all …]