Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp102 static std::string getBlockCaptureStr(const CGBlockInfo::Capture &Cap,
130 Name += getBlockCaptureStr(Cap, CaptureStrKind::Merged, in getBlockDescriptorName()
136 Name += getBlockCaptureStr(Cap, CaptureStrKind::CopyHelper, in getBlockDescriptorName()
138 Name += getBlockCaptureStr(Cap, CaptureStrKind::DisposeHelper, in getBlockDescriptorName()
1715 static std::string getBlockCaptureStr(const CGBlockInfo::Capture &Cap, in getBlockCaptureStr() function
1830 Name += getBlockCaptureStr(Cap, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()