Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2279 static VTableLayout::AddressPointsIndexMapTy
2282 VTableLayout::AddressPointsIndexMapTy indexMap(numVTables); in MakeAddressPointIndices()