Home
last modified time | relevance | path

Searched refs:PPRegion (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/libclang/
DIndexing.cpp71 class PPRegion { class
76 PPRegion() : UniqueID(0, 0), ModTime(), Offset() {} in PPRegion() function in __anone24f30970111::PPRegion
77 PPRegion(llvm::sys::fs::UniqueID UniqueID, unsigned offset, time_t modTime) in PPRegion() function in __anone24f30970111::PPRegion
84 bool isInvalid() const { return *this == PPRegion(); } in isInvalid()
86 friend bool operator==(const PPRegion &lhs, const PPRegion &rhs) { in operator ==()
92 typedef llvm::DenseSet<PPRegion> PPRegionSetTy;
97 template <> struct isPodLike<PPRegion> {
102 struct DenseMapInfo<PPRegion> {
103 static inline PPRegion getEmptyKey() { in getEmptyKey()
104 return PPRegion(llvm::sys::fs::UniqueID(0, 0), unsigned(-1), 0); in getEmptyKey()
[all …]