Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DVTableBuilder.h478 VBTableIndicesTy VBTableIndices; variable
511 assert(VBTableIndices.count(Pair) == 1 && in getVBTableIndex()
513 return VBTableIndices[Pair]; in getVBTableIndex()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DVTableBuilder.cpp3374 assert(VBTableIndices.count(ClassPairTy(VBPtrBase, SubVBase))); in computeVBTableRelatedInformation()
3375 VBTableIndices[ClassPairTy(RD, SubVBase)] = in computeVBTableRelatedInformation()
3376 VBTableIndices[ClassPairTy(VBPtrBase, SubVBase)]; in computeVBTableRelatedInformation()
3388 VBTableIndices[ClassPairTy(RD, CurVBase)] = VBTableIndex++; in computeVBTableRelatedInformation()