HomeSort by: relevance | last modified time | path
    Searched refs:getDestroyer (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 534 CGF.getDestroyer(dtorKind));
680 CGF.getDestroyer(DtorKind), DtorKind & EHCleanup);
1357 CGF.getDestroyer(DtorKind), false);
1741 CGF.getDestroyer(dtorKind), false);
1815 CGF.getDestroyer(dtorKind));
CGExprCXX.cpp 1093 getDestroyer(DtorKind));
1262 getDestroyer(DtorKind));
2049 CGF.getDestroyer(dtorKind),
CGDecl.cpp 2019 if (!destroyer) destroyer = getDestroyer(dtorKind);
2076 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) {
2098 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
2108 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
CGDeclCXX.cpp 140 .generateDestroyHelper(Addr, Type, CGF.getDestroyer(DtorKind),
CGBlocks.cpp 1066 destroyer = getDestroyer(dtorKind);
1870 : CGF.getDestroyer(CaptureType.isDestructedType());
CGClass.cpp 1903 getDestroyer(dtorKind),
CGObjC.cpp 1643 destroyer = CGF.getDestroyer(dtorKind);
CodeGenFunction.h 2014 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
CGExpr.cpp 4490 E->getType(), getDestroyer(DtorKind),
CGOpenMPRuntime.cpp 1837 DtorCGF.getDestroyer(ASTTy.isDestructedType()),
1979 ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()),

Completed in 53 milliseconds