Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp2175 bool isBlockByref = VD->hasAttr<BlocksAttr>(); in EmitDeclRefLValue() local
2176 if (isBlockByref) { in EmitDeclRefLValue()
2192 !isBlockByref; in EmitDeclRefLValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp2811 bool isBlockByref = VD->isEscapingByref(); in EmitDeclRefLValue() local
2812 if (isBlockByref) { in EmitDeclRefLValue()
2825 !isBlockByref; in EmitDeclRefLValue()