Searched defs:ExDecl (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2053 Declarator ExDecl(DS, Declarator::CXXCatchContext); in ParseCXXCatchBlock() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 512 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3240 Sema::ActOnCXXCatchBlock(SourceLocation CatchLoc, Decl *ExDecl, in ActOnCXXCatchBlock()
|
H A D | SemaDeclCXX.cpp | 11862 VarDecl *ExDecl = VarDecl::Create(Context, CurContext, StartLoc, Loc, Name, in BuildExceptionDeclaration() local 11956 VarDecl *ExDecl = BuildExceptionDeclaration(S, TInfo, in ActOnExceptionDeclarator() local
|