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 289 typedef std::pair<const FileEntry *, const Decl *> RefFileOccurrence;
290 llvm::DenseSet<RefFileOccurrence> RefFileOccurrences;
IndexingContext.cpp 804 RefFileOccurrence RefOccur(FE, D);
805 std::pair<llvm::DenseSet<RefFileOccurrence>::iterator, bool>
    [all...]

Completed in 633 milliseconds