HomeSort by relevance Sort by last modified time
    Searched refs:RefFileOccurence (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
IndexingContext.h 273 struct RefFileOccurence {
277 RefFileOccurence(const FileEntry *File, const Decl *Dcl)
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...]
IndexingContext.cpp 803 RefFileOccurence RefOccur(FE, D);
804 std::pair<llvm::DenseSet<RefFileOccurence>::iterator, bool>
    [all...]

Completed in 25 milliseconds