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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp1373 if (!destroyer) destroyer = getDestroyer(dtorKind);
1429 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { function in class:CodeGenFunction
1449 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
1459 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
H A DCGDeclCXX.cpp112 .generateDestroyHelper(addr, type, CGF.getDestroyer(dtorKind),
H A DCGExprCXX.cpp879 getDestroyer(DtorKind));
1070 getDestroyer(DtorKind));
1695 CGF.getDestroyer(dtorKind),
H A DCGExprAgg.cpp437 CGF.getDestroyer(dtorKind));
1294 CGF.getDestroyer(dtorKind), false);
H A DCGBlocks.cpp609 destroyer = CGF.getDestroyer(dtorKind);
H A DCGClass.cpp1904 getDestroyer(dtorKind),
H A DCGObjC.cpp1390 destroyer = CGF.getDestroyer(dtorKind);
H A DCodeGenFunction.h1282 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
H A DCGOpenMPRuntime.cpp1838 DtorCGF.getDestroyer(ASTTy.isDestructedType()),

Completed in 231 milliseconds