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;
376 if (CI.isByRef()) {
585 if (CI.isByRef()) continue;
790 if (CI.isByRef()) {
862 if (!CI.isByRef()) {
979 bool isByRef) {
990 if (isByRef) {
1256 if (ci->isByRef()) {
1340 assert(!CI.isByRef());
978 GetAddrOfBlockDecl(const VarDecl *variable, bool isByRef) argument
[all...]
H A DCGDecl.cpp836 bool isByRef = D.hasAttr<BlocksAttr>(); local
837 emission.IsByRef = isByRef;
868 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
907 if (isByRef)
914 if (isByRef)

Completed in 416 milliseconds