Searched refs:FinalizeVarWithDestructor (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11581 void Sema::FinalizeVarWithDestructor(VarDecl *VD, const RecordType *Record) { in FinalizeVarWithDestructor() function in Sema 12299 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
|
D | SemaDecl.cpp | 10472 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()
|
D | SemaExpr.cpp | 13336 S.FinalizeVarWithDestructor(Var, Record); in captureInBlock()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 15139 void Sema::FinalizeVarWithDestructor(VarDecl *VD, const RecordType *Record) { in FinalizeVarWithDestructor() function in Sema 15954 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
|
D | SemaDecl.cpp | 13108 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()
|
D | SemaExpr.cpp | 15422 FinalizeVarWithDestructor(Var, Record); in ActOnBlockStmtExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4333 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5628 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);
|