Searched defs:VCallOffsetMap (Results 1 – 1 of 1) sorted by relevance
434 struct VCallOffsetMap { struct436 typedef std::pair<const CXXMethodDecl *, CharUnits> MethodAndOffsetPairTy;440 SmallVector<MethodAndOffsetPairTy, 16> Offsets;458 bool empty() const { return Offsets.empty(); } in empty()