Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp561 unsigned NumErrorsBefore = Diags.getNumErrors(); in FixupInvocation() local
663 return Diags.getNumErrors() == NumErrorsBefore; in FixupInvocation()
1029 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseAnalyzerArgs() local
1167 return Diags.getNumErrors() == NumErrorsBefore; in ParseAnalyzerArgs()
1699 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseCodeGenArgs() local
2158 return Diags.getNumErrors() == NumErrorsBefore; in ParseCodeGenArgs()
2259 return Diags.getNumErrors() == NumErrorsBefore; in ParseDependencyOutputArgs()
2332 return Diags.getNumErrors() == NumErrorsBefore; in ParseFileSystemArgs()
2355 return Diags.getNumErrors() == NumErrorsBefore; in ParseMigratorArgs()
3011 return Diags.getNumErrors() == NumErrorsBefore; in ParseFrontendArgs()
[all …]