OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumErrors
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp
50
if (getCompilerInstance().getDiagnostics().
getNumErrors
() > 0)
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp
445
unsigned NumErrorsBefore = Diags.
getNumErrors
();
530
return Diags.
getNumErrors
() == NumErrorsBefore;
877
unsigned NumErrorsBefore = Diags.
getNumErrors
();
1031
return Diags.
getNumErrors
() == NumErrorsBefore;
1552
unsigned NumErrorsBefore = Diags.
getNumErrors
();
1963
return Diags.
getNumErrors
() == NumErrorsBefore;
2009
unsigned NumErrorsBefore = Diags.
getNumErrors
();
2068
return Diags.
getNumErrors
() == NumErrorsBefore;
2141
unsigned NumErrorsBefore = Diags.
getNumErrors
();
2156
return Diags.
getNumErrors
() == NumErrorsBefore
[
all
...]
CompilerInstance.cpp
980
unsigned NumErrors = getDiagnostics().getClient()->
getNumErrors
();
1021
return !getDiagnostics().getClient()->
getNumErrors
();
/src/external/apache2/llvm/dist/clang/tools/arcmt-test/
arcmt-test.cpp
138
return Diags->getClient()->
getNumErrors
() > 0;
/src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp
338
if (CI.getDiagnosticClient().
getNumErrors
())
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h
847
unsigned
getNumErrors
() const { return NumErrors; }
1716
unsigned
getNumErrors
() const { return NumErrors; }
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp
595
if (DiagClient->
getNumErrors
())
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
3657
unsigned NumErrors = Diags->getClient()->
getNumErrors
();
3685
if (NumErrors != Diags->getClient()->
getNumErrors
()) {
Completed in 27 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026