Searched defs:isByRef (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp213 bool LeftByref = left.Capture ? left.Capture->isByRef() : false;
214 bool RightByref = right.Capture ? right.Capture->isByRef() : false;
377 if (ci->isByRef()) {
588 if (ci->isByRef()) continue;
794 if (ci->isByRef()) {
865 if (!ci->isByRef()) {
982 bool isByRef) {
993 if (isByRef) {
1260 if (ci->isByRef()) {
1348 assert(!ci->isByRef());
981 GetAddrOfBlockDecl(const VarDecl *variable, bool isByRef) argument
[all...]
H A DCGDecl.cpp831 bool isByRef = D.hasAttr<BlocksAttr>(); local
832 emission.IsByRef = isByRef;
863 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
902 if (isByRef)
909 if (isByRef)

Completed in 242 milliseconds