Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h266 bool CapturesNonExternalType : 1; variable
H A DCGBlocks.cpp38 HasCapturedVariableLayout(false), CapturesNonExternalType(false), in CGBlockInfo()
635 info.CapturesNonExternalType = true; in computeBlockInfo()
1857 static void setBlockHelperAttributesVisibility(bool CapturesNonExternalType, in setBlockHelperAttributesVisibility() argument
1861 if (CapturesNonExternalType) { in setBlockHelperAttributesVisibility()
1914 setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI, in GenerateCopyHelperFunction()
2100 setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI, in GenerateDestroyHelperFunction()