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

/external/clang/tools/libclang/
H A DIndexingContext.h282 struct RefFileOccurence { struct in namespace:clang::cxindex
286 RefFileOccurence(const FileEntry *File, const Decl *Dcl) function in struct:clang::cxindex::RefFileOccurence
306 llvm::DenseSet<RefFileOccurence> RefFileOccurences;
534 struct DenseMapInfo<clang::cxindex::RefFileOccurence> {
535 static inline clang::cxindex::RefFileOccurence getEmptyKey() {
536 return clang::cxindex::RefFileOccurence(0, 0);
539 static inline clang::cxindex::RefFileOccurence getTombstoneKey() {
540 return clang::cxindex::RefFileOccurence((const clang::FileEntry *)~0,
544 static unsigned getHashValue(clang::cxindex::RefFileOccurence S) {
549 static bool isEqual(clang::cxindex::RefFileOccurence LH
[all...]
H A DIndexingContext.cpp718 RefFileOccurence RefOccur(FE, D);
719 std::pair<llvm::DenseSet<RefFileOccurence>::iterator, bool>

Completed in 40 milliseconds