Searched defs:getDestroyer (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/CodeGen/
H A DCGDecl.cpp1249 if (!destroyer) destroyer = getDestroyer(dtorKind);
1306 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { function in class:CodeGenFunction
1326 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
1336 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),

Completed in 1278 milliseconds