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

/external/clang/include/clang/AST/
H A DVTTBuilder.h89 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy; typedef in class:clang::VTTBuilder
H A DVTableBuilder.h228 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy; typedef in class:clang::VTableLayout
239 AddressPointsMapTy AddressPoints;
248 const AddressPointsMapTy &AddressPoints,
290 const AddressPointsMapTy &getAddressPoints() const {
/external/clang/lib/AST/
H A DVTableBuilder.cpp782 AddressPointsMapTy; typedef in class:__anon1126::ItaniumVTableBuilder
825 AddressPointsMapTy AddressPoints;
1019 const AddressPointsMapTy &getAddressPoints() const {
1045 AddressPointsMapTy::const_iterator address_points_begin() const {
1049 AddressPointsMapTy::const_iterator address_points_end() const {
2210 const AddressPointsMapTy &AddressPoints,
3579 const VTableLayout::AddressPointsMapTy EmptyAddressPointsMap;

Completed in 172 milliseconds