Home
last modified time | relevance | path

Searched refs:AddressPointsIndexMapTy (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DVTableBuilder.h245 typedef llvm::SmallVector<unsigned, 4> AddressPointsIndexMapTy; typedef
263 AddressPointsIndexMapTy AddressPointIndices;
289 const AddressPointsIndexMapTy &getAddressPointIndices() const { in getAddressPointIndices()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp2212 static VTableLayout::AddressPointsIndexMapTy
2215 VTableLayout::AddressPointsIndexMapTy indexMap(numVTables); in MakeAddressPointIndices()