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

  /external/llvm/include/llvm/Support/
YAMLParser.h 273 /// BaseT must have a ValueT* member named CurrentEntry and a member function
274 /// increment() which must set CurrentEntry to 0 to create an end iterator.
283 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
284 return Base->CurrentEntry;
288 assert(Base && Base->CurrentEntry &&
290 return *Base->CurrentEntry;
294 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
295 return Base->CurrentEntry;
302 Base->CurrentEntry != Other.Base->CurrentEntry;
    [all...]
FileSystem.h 755 directory_entry CurrentEntry;
787 const directory_entry &operator*() const { return State->CurrentEntry; }
788 const directory_entry *operator->() const { return &State->CurrentEntry; }
794 return State->CurrentEntry == directory_entry();
796 return RHS.State->CurrentEntry == directory_entry();
797 return State->CurrentEntry == RHS.State->CurrentEntry;
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 108 /// \brief Sets \c CurrentEntry to the next entry in the directory on success,
111 Status CurrentEntry;
123 if (!Impl->CurrentEntry.isStatusKnown())
134 if (EC || !Impl->CurrentEntry.isStatusKnown())
139 const Status &operator*() const { return Impl->CurrentEntry; }
140 const Status *operator->() const { return &Impl->CurrentEntry; }
144 return Impl->CurrentEntry.equivalent(RHS.Impl->CurrentEntry);
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 205 CurrentEntry = Status(S);
206 CurrentEntry.setName(Iter->path());
217 CurrentEntry = Status();
221 CurrentEntry = Status(S);
222 CurrentEntry.setName(Iter->path());
306 CurrentEntry = Status();
309 CurrentEntry = *CurrentDirIter;
310 StringRef Name = llvm::sys::path::filename(CurrentEntry.getName());
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 71 CurrentEntry = I->second;
80 CurrentEntry = I->second;
85 CurrentEntry = vfs::Status();
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 74 milliseconds