Searched refs:NumErrorsBefore (Results 1 – 1 of 1) sorted by relevance
464 unsigned NumErrorsBefore = Diags.getNumErrors(); in FixupInvocation() local564 return Diags.getNumErrors() == NumErrorsBefore; in FixupInvocation()895 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseAnalyzerArgs() local1048 return Diags.getNumErrors() == NumErrorsBefore; in ParseAnalyzerArgs()1587 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseCodeGenArgs() local2051 return Diags.getNumErrors() == NumErrorsBefore; in ParseCodeGenArgs()2097 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseDependencyOutputArgs() local2166 return Diags.getNumErrors() == NumErrorsBefore; in ParseDependencyOutputArgs()2237 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseFileSystemArgs() local2252 return Diags.getNumErrors() == NumErrorsBefore; in ParseFileSystemArgs()[all …]