Home
last modified time | relevance | path

Searched refs:BuildObjCExceptionDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h501 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp5155 VarDecl *SemaObjC::BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType T, in BuildObjCExceptionDecl() function in SemaObjC
5233 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
H A DTreeTransform.h1624 return getSema().ObjC().BuildObjCExceptionDecl( in RebuildObjCExceptionDecl()