Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.h266 bool CapturesNonExternalType : 1; variable
H A DCGBlocks.cpp38 HasCapturedVariableLayout(false), CapturesNonExternalType(false), in CGBlockInfo()
651 info.CapturesNonExternalType = true; in computeBlockInfo()
1874 static void setBlockHelperAttributesVisibility(bool CapturesNonExternalType, in setBlockHelperAttributesVisibility() argument
1878 if (CapturesNonExternalType) { in setBlockHelperAttributesVisibility()
1931 setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI, in GenerateCopyHelperFunction()
2119 setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI, in GenerateDestroyHelperFunction()