Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp3729 VBI->VBTableIndices.insert(BaseInfo.VBTableIndices.begin(), in computeVBTableRelatedInformation()
3730 BaseInfo.VBTableIndices.end()); in computeVBTableRelatedInformation()
3735 unsigned VBTableIndex = 1 + VBI->VBTableIndices.size(); in computeVBTableRelatedInformation()
3738 if (!VBI->VBTableIndices.count(CurVBase)) in computeVBTableRelatedInformation()
3739 VBI->VBTableIndices[CurVBase] = VBTableIndex++; in computeVBTableRelatedInformation()
3748 assert(VBInfo.VBTableIndices.count(VBase)); in getVBTableIndex()
3749 return VBInfo.VBTableIndices.find(VBase)->second; in getVBTableIndex()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DVTableBuilder.h503 llvm::DenseMap<const CXXRecordDecl *, unsigned> VBTableIndices; member