Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DVTableBuilder.h244 typedef llvm::SmallVector<unsigned, 4> AddressPointsIndexMapTy; typedef
262 AddressPointsIndexMapTy AddressPointIndices;
288 const AddressPointsIndexMapTy &getAddressPointIndices() const { in getAddressPointIndices()
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp2211 static VTableLayout::AddressPointsIndexMapTy
2214 VTableLayout::AddressPointsIndexMapTy indexMap(numVTables); in MakeAddressPointIndices()