Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp461 unsigned NumErrorsBefore = Diags.getNumErrors(); in FixupInvocation() local
560 return Diags.getNumErrors() == NumErrorsBefore; in FixupInvocation()
891 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseAnalyzerArgs() local
1043 return Diags.getNumErrors() == NumErrorsBefore; in ParseAnalyzerArgs()
1579 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseCodeGenArgs() local
2044 return Diags.getNumErrors() == NumErrorsBefore; in ParseCodeGenArgs()
2149 return Diags.getNumErrors() == NumErrorsBefore; in ParseDependencyOutputArgs()
2235 return Diags.getNumErrors() == NumErrorsBefore; in ParseFileSystemArgs()
2271 return Diags.getNumErrors() == NumErrorsBefore; in ParseMigratorArgs()
2943 return Diags.getNumErrors() == NumErrorsBefore; in ParseFrontendArgs()
[all …]