Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.h266 bool CapturesNonExternalType : 1; variable
H A DCGBlocks.cpp38 HasCapturedVariableLayout(false), CapturesNonExternalType(false), in CGBlockInfo()
653 info.CapturesNonExternalType = true; in computeBlockInfo()
1878 static void setBlockHelperAttributesVisibility(bool CapturesNonExternalType, in setBlockHelperAttributesVisibility() argument
1882 if (CapturesNonExternalType) { in setBlockHelperAttributesVisibility()
1935 setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI, in GenerateCopyHelperFunction()
2123 setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI, in GenerateDestroyHelperFunction()