Home
last modified time | relevance | path

Searched refs:FinalizeVarWithDestructor (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp15609 void Sema::FinalizeVarWithDestructor(VarDecl *VD, const RecordType *Record) { in FinalizeVarWithDestructor() function in Sema
16484 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
H A DSemaDecl.cpp13796 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()
H A DSemaExpr.cpp16426 FinalizeVarWithDestructor(Var, Record); in ActOnBlockStmtExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6119 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);