Searched refs:BuildObjCExceptionDecl (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 4562 VarDecl *Sema::BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType T, in BuildObjCExceptionDecl() function in Sema 4634 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
|
D | TreeTransform.h | 1344 return getSema().BuildObjCExceptionDecl(TInfo, T, in RebuildObjCExceptionDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 5115 VarDecl *Sema::BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType T, in BuildObjCExceptionDecl() function in Sema 5192 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
|
D | TreeTransform.h | 1512 return getSema().BuildObjCExceptionDecl(TInfo, T, in RebuildObjCExceptionDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3518 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4658 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,
|