Searched refs:NumErrorsBefore (Results 1 – 1 of 1) sorted by relevance
461 unsigned NumErrorsBefore = Diags.getNumErrors(); in FixupInvocation() local560 return Diags.getNumErrors() == NumErrorsBefore; in FixupInvocation()891 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseAnalyzerArgs() local1043 return Diags.getNumErrors() == NumErrorsBefore; in ParseAnalyzerArgs()1579 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseCodeGenArgs() local2044 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 …]