Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
146 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
152 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
154 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1735 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1848 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()