Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h282 typedef llvm::DenseMap<const FileEntry *, CXIdxClientFile> FileMapTy; typedef
287 FileMapTy FileMap;
H A DCXIndexDataConsumer.cpp1084 FileMapTy::iterator FI = FileMap.find(File); in getIndexFile()