OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCatchBody
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h
93
const Stmt *
getCatchBody
() const { return Body; }
94
Stmt *
getCatchBody
() { return Body; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp
173
Handler.Body = CatchStmt->
getCatchBody
();
CGObjCMac.cpp
4823
CGF.EmitStmt(CatchStmt->
getCatchBody
());
4869
CGF.EmitStmt(CatchStmt->
getCatchBody
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
498
BuildScopeInformation(AC->
getCatchBody
(), NewParentScope);
TreeTransform.h
7963
StmtResult Body = getDerived().TransformStmt(S->
getCatchBody
());
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp
515
if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->
getCatchBody
())) {
ASTImporter.cpp
6440
auto ToCatchBody = importChecked(Err, S->
getCatchBody
());
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp
1849
lastCatchBody = Catch->
getCatchBody
();
1875
lastCatchBody = Catch->
getCatchBody
();
RewriteModernObjC.cpp
1994
SourceLocation lBraceLoc = Catch->
getCatchBody
()->getBeginLoc();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1449
Record.AddStmt(S->
getCatchBody
());
Completed in 79 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026