Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp445 unsigned NumErrorsBefore = Diags.getNumErrors(); in FixupInvocation() local
530 return Diags.getNumErrors() == NumErrorsBefore; in FixupInvocation()
877 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseAnalyzerArgs() local
1031 return Diags.getNumErrors() == NumErrorsBefore; in ParseAnalyzerArgs()
1549 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseCodeGenArgs() local
1960 return Diags.getNumErrors() == NumErrorsBefore; in ParseCodeGenArgs()
2065 return Diags.getNumErrors() == NumErrorsBefore; in ParseDependencyOutputArgs()
2153 return Diags.getNumErrors() == NumErrorsBefore; in ParseFileSystemArgs()
2189 return Diags.getNumErrors() == NumErrorsBefore; in ParseMigratorArgs()
2796 return Diags.getNumErrors() == NumErrorsBefore; in ParseFrontendArgs()
[all …]