Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h267 bool CapturesNonExternalType : 1; variable
H A DCGBlocks.cpp38 HasCapturedVariableLayout(false), CapturesNonExternalType(false), in CGBlockInfo()
634 info.CapturesNonExternalType = true; in computeBlockInfo()
1905 static void setBlockHelperAttributesVisibility(bool CapturesNonExternalType, in setBlockHelperAttributesVisibility() argument
1909 if (CapturesNonExternalType) { in setBlockHelperAttributesVisibility()
1962 setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI, in GenerateCopyHelperFunction()
2156 setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI, in GenerateDestroyHelperFunction()