Home
last modified time | relevance | path

Searched defs:isByRef (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGDecl.cpp958 bool isByRef = D.hasAttr<BlocksAttr>(); in EmitAutoVarAlloca() local
DCGBlocks.cpp1003 bool isByRef) { in GetAddrOfBlockDecl()
DCGDebugInfo.cpp3273 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local
/external/clang/include/clang/AST/
DDecl.h3485 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function