Home | History | Annotate | Download | only in AST

Lines Matching refs:BlockVarCopyInits

1328     I = BlockVarCopyInits.find(VD);
1329 return (I != BlockVarCopyInits.end()) ? cast<Expr>(I->second) : 0;
1337 BlockVarCopyInits[VD] = Init;
6743 + llvm::capacity_in_bytes(BlockVarCopyInits)