Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h266 bool CapturesNonExternalType : 1; variable
H A DCGBlocks.cpp38 HasCapturedVariableLayout(false), CapturesNonExternalType(false), in CGBlockInfo()
626 info.CapturesNonExternalType = true; in computeBlockInfo()
1842 static void setBlockHelperAttributesVisibility(bool CapturesNonExternalType, in setBlockHelperAttributesVisibility() argument
1846 if (CapturesNonExternalType) { in setBlockHelperAttributesVisibility()
1899 setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI, in GenerateCopyHelperFunction()
2083 setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI, in GenerateDestroyHelperFunction()