Searched refs:RefFileOccurence (Results 1 – 2 of 2) sorted by relevance
273 struct RefFileOccurence { struct277 RefFileOccurence(const FileEntry *File, const Decl *Dcl) in RefFileOccurence() function297 llvm::DenseSet<RefFileOccurence> RefFileOccurences;532 struct DenseMapInfo<clang::cxindex::RefFileOccurence> {533 static inline clang::cxindex::RefFileOccurence getEmptyKey() {534 return clang::cxindex::RefFileOccurence(0, 0);537 static inline clang::cxindex::RefFileOccurence getTombstoneKey() {538 return clang::cxindex::RefFileOccurence((const clang::FileEntry *)~0,542 static unsigned getHashValue(clang::cxindex::RefFileOccurence S) {547 static bool isEqual(clang::cxindex::RefFileOccurence LHS,[all …]
803 RefFileOccurence RefOccur(FE, D); in markEntityOccurrenceInFile()804 std::pair<llvm::DenseSet<RefFileOccurence>::iterator, bool> in markEntityOccurrenceInFile()