Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h261 bool HasCapturedVariableLayout : 1; variable
H A DCGBlocks.cpp38 HasCapturedVariableLayout(false), CapturesNonExternalType(false), in CGBlockInfo()
574 info.HasCapturedVariableLayout = true; in computeBlockInfo()
827 if (blockInfo.HasCapturedVariableLayout) in EmitBlockLiteral()