Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp11252 void Sema::FinalizeVarWithDestructor(VarDecl *VD, const RecordType *Record) { in FinalizeVarWithDestructor() function in Sema
11907 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
H A DSemaDecl.cpp9560 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()
H A DSemaExpr.cpp11945 S.FinalizeVarWithDestructor(Var, Record); in captureInBlock()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h4026 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);