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.h848 directory_entry CurrentEntry; member
880 const directory_entry &operator*() const { return State->CurrentEntry; }
881 const directory_entry *operator->() const { return &State->CurrentEntry; }
884 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/
DPath.inc658 it.CurrentEntry = directory_entry(path_null.str());
666 it.CurrentEntry = directory_entry();
680 it.CurrentEntry.replace_filename(name);
/external/llvm/lib/Support/Windows/
DPath.inc981 it.CurrentEntry = directory_entry(directory_entry_path.str());
991 it.CurrentEntry = directory_entry();
1017 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));