Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h235 bool HasCapturedVariableLayout : 1; variable
H A DCGBlocks.cpp38 HasCXXObject(false), UsesStret(false), HasCapturedVariableLayout(false), in CGBlockInfo()
541 info.HasCapturedVariableLayout = true; in computeBlockInfo()
968 if (blockInfo.HasCapturedVariableLayout) in EmitBlockLiteral()