Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp868 bool isByRef = D.hasAttr<BlocksAttr>(); in EmitAutoVarAlloca() local
H A DCGBlocks.cpp999 bool isByRef) { in GetAddrOfBlockDecl()
H A DCGDebugInfo.cpp2926 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h3353 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function