Home
last modified time | relevance | path

Searched defs:ExDecl (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp2114 Declarator ExDecl(DS, Declarator::CXXCatchContext); in ParseCXXCatchBlock() local
/external/clang/lib/AST/
DStmtPrinter.cpp515 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt() local
/external/clang/lib/Sema/
DSemaStmt.cpp3450 Sema::ActOnCXXCatchBlock(SourceLocation CatchLoc, Decl *ExDecl, in ActOnCXXCatchBlock()
DSemaDeclCXX.cpp12013 VarDecl *ExDecl = VarDecl::Create(Context, CurContext, StartLoc, Loc, Name, in BuildExceptionDeclaration() local
12107 VarDecl *ExDecl = BuildExceptionDeclaration(S, TInfo, in ActOnExceptionDeclarator() local