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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp328 if (ci->isByRef()) {
523 if (ci->isByRef()) continue;
719 if (ci->isByRef()) {
771 if (!ci->isByRef()) {
888 bool isByRef) {
899 if (isByRef) {
1163 if (ci->isByRef()) {
1242 assert(!ci->isByRef());
1245 } else if (ci->isByRef()) {
1354 if (ci->isByRef()) {
887 GetAddrOfBlockDecl(const VarDecl *variable, bool isByRef) argument
[all...]
H A DCGDecl.cpp768 bool isByRef = D.hasAttr<BlocksAttr>(); local
769 emission.IsByRef = isByRef;
801 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
840 if (isByRef)
847 if (isByRef)

Completed in 47 milliseconds