Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp1670 computeDestroyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T,
1685 auto DisposeInfo = computeDestroyInfoForBlockCapture(CI, VT, LangOpts); in findBlockCapturedManagedEntities()
2067 computeDestroyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T, in computeDestroyInfoForBlockCapture() function