Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp16004 void Sema::FinalizeVarWithDestructor(VarDecl *VD, const RecordType *Record) { in FinalizeVarWithDestructor() function in Sema
16868 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
HDSemaDecl.cpp14469 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()
HDSemaExpr.cpp16196 FinalizeVarWithDestructor(Var, Record); in ActOnBlockStmtExpr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h4986 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);