Home
last modified time | relevance | path

Searched defs:VCallOffsetMap (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DVTableBuilder.cpp443 struct VCallOffsetMap { struct
445 typedef std::pair<const CXXMethodDecl *, CharUnits> MethodAndOffsetPairTy;
449 SmallVector<MethodAndOffsetPairTy, 16> Offsets;
467 bool empty() const { return Offsets.empty(); } in empty()