Searched refs:getDestroyer (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp1287 if (!destroyer) destroyer = getDestroyer(dtorKind);
1344 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { function in class:CodeGenFunction
1364 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
1374 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
H A DCGExprCXX.cpp831 getDestroyer(DtorKind));
993 getDestroyer(DtorKind));
1580 CGF.getDestroyer(dtorKind),
H A DCGDeclCXX.cpp107 .generateDestroyHelper(addr, type, CGF.getDestroyer(dtorKind),
H A DCGExprAgg.cpp432 CGF.getDestroyer(dtorKind));
1248 CGF.getDestroyer(dtorKind), false);
H A DCGBlocks.cpp620 destroyer = CGF.getDestroyer(dtorKind);
H A DCGClass.cpp1601 getDestroyer(dtorKind),
H A DCGOpenMPRuntime.cpp891 DtorCGF.getDestroyer(ASTTy.isDestructedType()),
H A DCodeGenFunction.h1114 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
H A DCGObjC.cpp1334 destroyer = CGF.getDestroyer(dtorKind);

Completed in 393 milliseconds