Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.h273 struct RefFileOccurence { struct
277 RefFileOccurence(const FileEntry *File, const Decl *Dcl) in RefFileOccurence() function
297 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 …]
DIndexingContext.cpp803 RefFileOccurence RefOccur(FE, D); in markEntityOccurrenceInFile()
804 std::pair<llvm::DenseSet<RefFileOccurence>::iterator, bool> in markEntityOccurrenceInFile()