Home
last modified time | relevance | path

Searched refs:destroyARCStrongPrecise (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp643 ? CodeGenFunction::destroyARCStrongPrecise in EmitAutoVarWithLifetime()
2097 return destroyARCStrongPrecise; in getDestroyer()
H A DCGObjC.cpp2750 void CodeGenFunction::destroyARCStrongPrecise(CodeGenFunction &CGF, in destroyARCStrongPrecise() function in CodeGenFunction
H A DCodeGenFunction.h4343 static Destroyer destroyARCStrongPrecise;
H A DCGExpr.cpp311 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise in pushTemporaryCleanup()
H A DCGBuiltin.cpp1874 CodeGenFunction::destroyARCStrongPrecise, in emitBuiltinOSLogFormat()