Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DVirtualFileSystem.cpp632 std::vector<Entry *> EntryArrayContents; in parseEntry() local
685 EntryArrayContents.push_back(E); in parseEntry()
742 Result = new DirectoryEntry(LastComponent, std::move(EntryArrayContents), in parseEntry()