Home
last modified time | relevance | path

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

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