Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp15671 void Sema::FinalizeVarWithDestructor(VarDecl *VD, const RecordType *Record) { in FinalizeVarWithDestructor() function in Sema
16553 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
H A DSemaDecl.cpp14179 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()
H A DSemaExpr.cpp16695 FinalizeVarWithDestructor(Var, Record); in ActOnBlockStmtExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6274 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);