Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DYAMLParser.h271 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
272 return Base->CurrentEntry;
276 assert(Base && Base->CurrentEntry &&
278 return *Base->CurrentEntry;
282 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
283 return Base->CurrentEntry;
289 return (Base && Other.Base) && Base->CurrentEntry
290 != Other.Base->CurrentEntry;
297 if (Base->CurrentEntry == 0)
346 , CurrentEntry(0) in MappingNode()
[all …]
DFileSystem.h739 directory_entry CurrentEntry; member
771 const directory_entry &operator*() const { return State->CurrentEntry; }
772 const directory_entry *operator->() const { return &State->CurrentEntry; }
775 return State->CurrentEntry == RHS.State->CurrentEntry;
/external/llvm/lib/Support/
DYAMLParser.cpp1864 CurrentEntry = 0; in increment()
1867 if (CurrentEntry) { in increment()
1868 CurrentEntry->skip(); in increment()
1871 CurrentEntry = 0; in increment()
1878 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
1884 CurrentEntry = 0; in increment()
1890 CurrentEntry = 0; in increment()
1903 CurrentEntry = 0; in increment()
1910 CurrentEntry = 0; in increment()
1918 CurrentEntry = 0; in increment()
[all …]
/external/llvm/lib/Support/Unix/
DPathV2.inc605 it.CurrentEntry = directory_entry(path_null.str());
613 it.CurrentEntry = directory_entry();
627 it.CurrentEntry.replace_filename(name);
/external/llvm/lib/Support/Windows/
DPathV2.inc967 it.CurrentEntry = directory_entry(directory_entry_path.str());
977 it.CurrentEntry = directory_entry();
1003 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));