Home
last modified time | relevance | path

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

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