Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp80 static std::string getBlockCaptureStr(const CGBlockInfo::Capture &Cap,
108 Name += getBlockCaptureStr(Cap, CaptureStrKind::Merged, in getBlockDescriptorName()
114 Name += getBlockCaptureStr(Cap, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
116 Name += getBlockCaptureStr(Cap, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1679 static std::string getBlockCaptureStr(const CGBlockInfo::Capture &Cap, in getBlockCaptureStr() function
1794 Name += getBlockCaptureStr(Cap, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()