Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h234 bool HasCapturedVariableLayout : 1; variable
H A DCGBlocks.cpp37 HasCXXObject(false), UsesStret(false), HasCapturedVariableLayout(false), in CGBlockInfo()
542 info.HasCapturedVariableLayout = true; in computeBlockInfo()
839 if (blockInfo.HasCapturedVariableLayout) in EmitBlockLiteral()