Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp11581 void Sema::FinalizeVarWithDestructor(VarDecl *VD, const RecordType *Record) { in FinalizeVarWithDestructor() function in Sema
12299 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
DSemaDecl.cpp10472 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()
DSemaExpr.cpp13336 S.FinalizeVarWithDestructor(Var, Record); in captureInBlock()
/external/clang/include/clang/Sema/
DSema.h4333 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);