OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionDecl
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/AST/
StmtCXX.cpp
21
if (
ExceptionDecl
)
22
return
ExceptionDecl
->getType();
/external/clang/include/clang/AST/
StmtObjC.h
76
VarDecl *
ExceptionDecl
;
84
: Stmt(ObjCAtCatchStmtClass),
ExceptionDecl
(catchVarDecl),
95
return
ExceptionDecl
;
98
return
ExceptionDecl
;
100
void setCatchParamDecl(VarDecl *D) {
ExceptionDecl
= D; }
StmtCXX.h
32
VarDecl *
ExceptionDecl
;
38
: Stmt(CXXCatchStmtClass), CatchLoc(catchLoc),
ExceptionDecl
(exDecl),
42
: Stmt(CXXCatchStmtClass),
ExceptionDecl
(nullptr), HandlerBlock(nullptr) {}
50
VarDecl *getExceptionDecl() const { return
ExceptionDecl
; }
/external/clang/lib/Sema/
SemaTemplateInstantiate.cpp
744
VarDecl *RebuildExceptionDecl(VarDecl *
ExceptionDecl
,
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/lib/Parse/
ParseStmt.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
[
all
...]
Completed in 390 milliseconds