Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h253 bool HasCXXObject : 1; variable
H A DCGBlocks.cpp37 NoEscape(false), HasCXXObject(false), UsesStret(false), in CGBlockInfo()
633 info.HasCXXObject = true; in computeBlockInfo()
831 if (blockInfo.HasCXXObject) in EmitBlockLiteral()