Home
last modified time | relevance | path

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

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