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

  /external/clang/tools/libclang/
IndexingContext.h 292 typedef std::pair<const FileEntry *, const Decl *> RefFileOccurrence;
293 llvm::DenseSet<RefFileOccurrence> RefFileOccurrences;
IndexingContext.cpp 804 RefFileOccurrence RefOccur(FE, D);
805 std::pair<llvm::DenseSet<RefFileOccurrence>::iterator, bool>
    [all...]

Completed in 74 milliseconds