Home
last modified time | relevance | path

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

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