Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16004 void Sema::FinalizeVarWithDestructor(VarDecl *VD, const RecordType *Record) { in FinalizeVarWithDestructor() function in Sema
16868 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
H A DSemaDecl.cpp14469 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()
H A DSemaExpr.cpp16196 FinalizeVarWithDestructor(Var, Record); in ActOnBlockStmtExpr()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4986 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);