Home | History | Annotate | Download | only in AST

Lines Matching refs:BlockVarCopyInits

1953     I = BlockVarCopyInits.find(VD);
1954 return (I != BlockVarCopyInits.end()) ? cast<Expr>(I->second) : nullptr;
1962 BlockVarCopyInits[VD] = Init;
8004 llvm::capacity_in_bytes(BlockVarCopyInits) +