Home
last modified time | relevance | path

Searched defs:IndexMapping (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.h46 using IndexMapping = DenseMap<int64_t, int64_t>; global() member
/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp500 if (auto IndexMapping = parseCrossTUIndex(IndexFile)) { in ensureCTUIndexLoaded() local