HomeSort by: relevance | last modified time | path
    Searched defs:AddressPointsMapTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 240 AddressPointsMapTy;
260 AddressPointsMapTy AddressPoints;
269 const AddressPointsMapTy &AddressPoints);
285 const AddressPointsMapTy &getAddressPoints() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 788 typedef VTableLayout::AddressPointsMapTy AddressPointsMapTy;
831 AddressPointsMapTy AddressPoints;
1031 const AddressPointsMapTy &getAddressPoints() const {
1045 AddressPointsMapTy::const_iterator address_points_begin() const {
1049 AddressPointsMapTy::const_iterator address_points_end() const {
2212 MakeAddressPointIndices(const VTableLayout::AddressPointsMapTy &addressPoints,
2241 const AddressPointsMapTy &AddressPoints)
3610 const VTableLayout::AddressPointsMapTy EmptyAddressPointsMap;

Completed in 20 milliseconds