Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h223 bool HasCapturedVariableLayout : 1; variable
DCGBlocks.cpp32 HasCXXObject(false), UsesStret(false), HasCapturedVariableLayout(false), in CGBlockInfo()
337 info.HasCapturedVariableLayout = true; in computeBlockInfo()
719 if (blockInfo.HasCapturedVariableLayout) flags |= BLOCK_HAS_EXTENDED_LAYOUT; in EmitBlockLiteral()