Home
last modified time | relevance | path

Searched refs:VBTableIndices (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp3685 VBI->VBTableIndices.insert(BaseInfo.VBTableIndices.begin(), in computeVBTableRelatedInformation()
3686 BaseInfo.VBTableIndices.end()); in computeVBTableRelatedInformation()
3691 unsigned VBTableIndex = 1 + VBI->VBTableIndices.size(); in computeVBTableRelatedInformation()
3694 if (!VBI->VBTableIndices.count(CurVBase)) in computeVBTableRelatedInformation()
3695 VBI->VBTableIndices[CurVBase] = VBTableIndex++; in computeVBTableRelatedInformation()
3704 assert(VBInfo.VBTableIndices.count(VBase)); in getVBTableIndex()
3705 return VBInfo.VBTableIndices.find(VBase)->second; in getVBTableIndex()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h468 llvm::DenseMap<const CXXRecordDecl *, unsigned> VBTableIndices; member