Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp609 ? CodeGenFunction::destroyARCStrongPrecise in EmitAutoVarWithLifetime()
1931 return destroyARCStrongPrecise; in getDestroyer()
H A DCGObjC.cpp2520 void CodeGenFunction::destroyARCStrongPrecise(CodeGenFunction &CGF, in destroyARCStrongPrecise() function in CodeGenFunction
H A DCodeGenFunction.h3842 static Destroyer destroyARCStrongPrecise;
H A DCGExpr.cpp293 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise in pushTemporaryCleanup()