HomeSort by relevance Sort by last modified time
    Searched refs:BaseSubobjectPairTy (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGVTables.h 39 typedef std::pair<const CXXRecordDecl *, BaseSubobject> BaseSubobjectPairTy;
40 typedef llvm::DenseMap<BaseSubobjectPairTy, uint64_t> SubVTTIndiciesMapTy;
45 typedef llvm::DenseMap<BaseSubobjectPairTy, uint64_t>
CGVTT.cpp 131 BaseSubobjectPairTy ClassSubobjectPair(RD, Base);
143 BaseSubobjectPairTy ClassSubobjectPair(RD, I->first);

Completed in 157 milliseconds