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

  /external/llvm/include/llvm/Support/
YAMLParser.h 271 /// BaseT must have a ValueT* member named CurrentEntry and a member function
272 /// increment() which must set CurrentEntry to 0 to create an end iterator.
281 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
282 return Base->CurrentEntry;
286 assert(Base && Base->CurrentEntry &&
288 return *Base->CurrentEntry;
292 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
293 return Base->CurrentEntry;
300 Base->CurrentEntry != Other.Base->CurrentEntry;
    [all...]
FileSystem.h 725 directory_entry CurrentEntry;
757 const directory_entry &operator*() const { return State->CurrentEntry; }
758 const directory_entry *operator->() const { return &State->CurrentEntry; }
764 return State->CurrentEntry == directory_entry();
766 return RHS.State->CurrentEntry == directory_entry();
767 return State->CurrentEntry == RHS.State->CurrentEntry;
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 106 /// \brief Sets \c CurrentEntry to the next entry in the directory on success,
109 Status CurrentEntry;
121 if (!Impl->CurrentEntry.isStatusKnown())
132 if (EC || !Impl->CurrentEntry.isStatusKnown())
137 const Status &operator*() const { return Impl->CurrentEntry; }
138 const Status *operator->() const { return &Impl->CurrentEntry; }
142 return Impl->CurrentEntry.equivalent(RHS.Impl->CurrentEntry);
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 194 CurrentEntry = Status(S);
195 CurrentEntry.setName(Iter->path());
206 CurrentEntry = Status();
210 CurrentEntry = Status(S);
211 CurrentEntry.setName(Iter->path());
294 CurrentEntry = Status();
297 CurrentEntry = *CurrentDirIter;
298 StringRef Name = llvm::sys::path::filename(CurrentEntry.getName());
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 65 CurrentEntry = I->second;
74 CurrentEntry = I->second;
79 CurrentEntry = vfs::Status();
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 287 milliseconds