Searched refs:ExDecl (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/AST/
H A DStmtPrinter.cpp502 if (Decl *ExDecl = Node->getExceptionDecl())
503 PrintRawDecl(ExDecl);
/external/clang/lib/Parse/
H A DParseStmt.cpp2115 Declarator ExDecl(DS, Declarator::CXXCatchContext);
2116 ParseDeclarator(ExDecl);
2117 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp9685 VarDecl *ExDecl = VarDecl::Create(Context, CurContext, StartLoc, Loc, Name, local
9687 ExDecl->setExceptionVariable(true);
9690 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(ExDecl))
9707 InitializedEntity::InitializeVariable(ExDecl);
9724 ExDecl->setInit(init);
9728 FinalizeVarWithDestructor(ExDecl, recordType);
9734 ExDecl->setInvalidDecl();
9736 return ExDecl;
9773 VarDecl *ExDecl = BuildExceptionDeclaration(S, TInfo, local
9778 ExDecl
[all...]
H A DSemaStmt.cpp2631 Sema::ActOnCXXCatchBlock(SourceLocation CatchLoc, Decl *ExDecl, argument
2635 cast_or_null<VarDecl>(ExDecl),
/external/clang/include/clang/Sema/
H A DSema.h2616 Decl *ExDecl, Stmt *HandlerBlock);

Completed in 2520 milliseconds