Searched refs:BuildExceptionDeclaration (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 12186 VarDecl *Sema::BuildExceptionDeclaration(Scope *S, in BuildExceptionDeclaration() function in Sema 12348 VarDecl *ExDecl = BuildExceptionDeclaration(S, TInfo, in ActOnExceptionDeclarator()
|
D | TreeTransform.h | 1863 VarDecl *Var = getSema().BuildExceptionDeclaration(nullptr, Declarator, in RebuildExceptionDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 15835 VarDecl *Sema::BuildExceptionDeclaration(Scope *S, in BuildExceptionDeclaration() function in Sema 16003 VarDecl *ExDecl = BuildExceptionDeclaration( in ActOnExceptionDeclarator()
|
D | TreeTransform.h | 2212 VarDecl *Var = getSema().BuildExceptionDeclaration(nullptr, Declarator, in RebuildExceptionDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3544 VarDecl *BuildExceptionDeclaration(Scope *S, TypeSourceInfo *TInfo,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4684 VarDecl *BuildExceptionDeclaration(Scope *S, TypeSourceInfo *TInfo,
|