Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2743 Declarator ExDecl(DS, Attributes, DeclaratorContext::CXXCatch); in ParseCXXCatchBlock() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp650 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4066 Sema::ActOnCXXCatchBlock(SourceLocation CatchLoc, Decl *ExDecl, in ActOnCXXCatchBlock()
H A DSemaDeclCXX.cpp16822 VarDecl *ExDecl = VarDecl::Create(Context, CurContext, StartLoc, Loc, Name, in BuildExceptionDeclaration() local
16915 VarDecl *ExDecl = BuildExceptionDeclaration( in ActOnExceptionDeclarator() local
[all...]