Searched defs:ExceptionDecl (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 31 VarDecl *ExceptionDecl; variable
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2727 Decl *ExceptionDecl = nullptr; ParseCXXCatchBlock() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1901 RebuildExceptionDecl(VarDecl * ExceptionDecl,TypeSourceInfo * Declarator,SourceLocation StartLoc,SourceLocation NameLoc,IdentifierInfo * Name) RebuildExceptionDecl() argument 1913 RebuildObjCExceptionDecl(VarDecl * ExceptionDecl,TypeSourceInfo * TSInfo,QualType T) RebuildObjCExceptionDecl() argument
|
H A D | TreeTransform.h | 1622 RebuildObjCExceptionDecl(VarDecl * ExceptionDecl,TypeSourceInfo * TInfo,QualType T) RebuildObjCExceptionDecl() argument 2538 RebuildExceptionDecl(VarDecl * ExceptionDecl,TypeSourceInfo * Declarator,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id) RebuildExceptionDecl() argument 2555 RebuildCXXCatchStmt(SourceLocation CatchLoc,VarDecl * ExceptionDecl,Stmt * Handler) RebuildCXXCatchStmt() argument 8778 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { TransformCXXCatchStmt() local [all...] |