OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtTryLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtObjC.cpp
31
ObjCAtTryStmt::ObjCAtTryStmt(SourceLocation
atTryLoc
, Stmt *atTryStmt,
34
: Stmt(ObjCAtTryStmtClass),
AtTryLoc
(
atTryLoc
),
46
SourceLocation
atTryLoc
, Stmt *atTryStmt,
53
return new (Mem) ObjCAtTryStmt(
atTryLoc
, atTryStmt, CatchStmts, NumCatchStmts,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h
168
SourceLocation
AtTryLoc
;
186
ObjCAtTryStmt(SourceLocation
atTryLoc
, Stmt *atTryStmt,
197
SourceLocation
atTryLoc
, Stmt *atTryStmt,
204
SourceLocation getAtTryLoc() const { return
AtTryLoc
; }
205
void setAtTryLoc(SourceLocation Loc) {
AtTryLoc
= Loc; }
252
SourceLocation getBeginLoc() const LLVM_READONLY { return
AtTryLoc
; }
Completed in 14 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026