Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h31 VarDecl *ExceptionDecl; variable
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2718 Decl *ExceptionDecl = nullptr; ParseCXXCatchBlock() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1700 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 DTreeTransform.h1601 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...]