OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasErrors
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
Utils.h
152
bool
HasErrors
= false;
176
virtual bool
hasErrors
() { return
HasErrors
; }
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp
86
bool CapturedDiagList::
hasErrors
() const {
331
return capturedDiags.
hasErrors
() || testAct.hasReportedErrors();
557
HadARCErrors = HadARCErrors || capturedDiags.
hasErrors
();
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
2301
bool
hasErrors
,
2303
Writer.WriteAST(S, std::string(), nullptr, "",
hasErrors
);
2314
bool
hasErrors
= getDiagnostics().hasUncompilableErrorOccurred();
2318
getSema(),
hasErrors
, OS);
2324
return serializeUnit(Writer, Buffer, getSema(),
hasErrors
, OS);
Completed in 20 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026