Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp442 struct VCallOffsetMap { struct
444 typedef std::pair<const CXXMethodDecl *, CharUnits> MethodAndOffsetPairTy;
448 SmallVector<MethodAndOffsetPairTy, 16> Offsets;
466 bool empty() const { return Offsets.empty(); } in empty()