Searched defs:AddressPointsMapTy (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DVTTBuilder.h90 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy; typedef in class:clang::VTTBuilder
H A DVTableBuilder.h205 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy; typedef in class:clang::VTableLayout
215 AddressPointsMapTy AddressPoints;
222 const AddressPointsMapTy &AddressPoints);
259 const AddressPointsMapTy &getAddressPoints() const {
/external/clang/lib/AST/
H A DVTableBuilder.cpp790 AddressPointsMapTy; typedef in class:__anon3092::VTableBuilder
831 AddressPointsMapTy AddressPoints;
1019 const AddressPointsMapTy &getAddressPoints() const {
1037 AddressPointsMapTy::const_iterator address_points_begin() const {
1041 AddressPointsMapTy::const_iterator address_points_end() const {
1843 for (AddressPointsMapTy::const_iterator I = AddressPoints.begin(),
2153 const AddressPointsMapTy &AddressPoints)

Completed in 24 milliseconds