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.h209 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy; typedef in class:clang::VTableLayout
219 AddressPointsMapTy AddressPoints;
228 const AddressPointsMapTy &AddressPoints,
265 const AddressPointsMapTy &getAddressPoints() const {
/external/clang/lib/AST/
H A DVTableBuilder.cpp784 AddressPointsMapTy; typedef in class:__anon17762::ItaniumVTableBuilder
827 AddressPointsMapTy AddressPoints;
1021 const AddressPointsMapTy &getAddressPoints() const {
1047 AddressPointsMapTy::const_iterator address_points_begin() const {
1051 AddressPointsMapTy::const_iterator address_points_end() const {
1921 for (AddressPointsMapTy::const_iterator I = AddressPoints.begin(),
2239 const AddressPointsMapTy &AddressPoints,
3303 const VTableLayout::AddressPointsMapTy EmptyAddressPointsMap;

Completed in 118 milliseconds