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