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

/external/clang/tools/libclang/
H A DIndexingContext.h292 typedef std::pair<const FileEntry *, const Decl *> RefFileOccurrence; typedef in class:clang::cxindex::IndexingContext
293 llvm::DenseSet<RefFileOccurrence> RefFileOccurrences;
H A DIndexingContext.cpp804 RefFileOccurrence RefOccur(FE, D);
805 std::pair<llvm::DenseSet<RefFileOccurrence>::iterator, bool>

Completed in 47 milliseconds