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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3741 /// FinalizeVarWithDestructor - Prepare for calling destructor on the
3743 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp10482 void Sema::FinalizeVarWithDestructor(VarDecl *VD, const RecordType *Record) { function in class:Sema
11138 FinalizeVarWithDestructor(ExDecl, recordType);
H A DSemaDecl.cpp8890 FinalizeVarWithDestructor(var, recordType);
H A DSemaExpr.cpp11509 S.FinalizeVarWithDestructor(Var, Record);

Completed in 299 milliseconds