Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp118 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
147 Name += getBlockCaptureStr(E, CaptureStrKind::Merged, in getBlockDescriptorName()
153 Name += getBlockCaptureStr(E, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
155 Name += getBlockCaptureStr(E, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1819 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr() function
1932 Name += getBlockCaptureStr(E, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()