OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCatchParamDecl
(Results
1 - 11
of
11
) sorted by null
/external/clang/include/clang/AST/
StmtObjC.h
94
const VarDecl *
getCatchParamDecl
() const {
97
VarDecl *
getCatchParamDecl
() {
110
bool hasEllipsis() const { return
getCatchParamDecl
() == nullptr; }
/external/clang/lib/CodeGen/
CGObjCRuntime.cpp
195
const VarDecl *CatchDecl = CatchStmt->
getCatchParamDecl
();
CGObjCMac.cpp
[
all
...]
/external/clang/lib/AST/
StmtPrinter.cpp
464
if (catchStmt->
getCatchParamDecl
()) {
465
if (Decl *DS = catchStmt->
getCatchParamDecl
())
[
all
...]
StmtProfile.cpp
233
if (S->
getCatchParamDecl
())
234
VisitType(S->
getCatchParamDecl
()->getType());
[
all
...]
ASTDumper.cpp
[
all
...]
ASTImporter.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTWriterStmt.cpp
[
all
...]
/external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp
[
all
...]
RewriteModernObjC.cpp
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
Completed in 2882 milliseconds