Searched defs:getPath (Results 1 – 9 of 9) sorted by relevance
61 StringRef getPath() const { return FinalPath; } in getPath() function
35 StringRef getPath() const { return BaseDirectory; } in getPath() function
80 StringRef getPath() const { return FullPath; } in getPath() function
44 StringRef getPath() const { return Path; } in getPath() function
249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function250 const LValuePathEntry *getPath() const { in getPath() function286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function287 const PathElem *getPath() const { in getPath() function
212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
119 StringRef getPath() const { return Path; } in getPath() function
373 const PathType &getPath() const { return Path; } in getPath() function
2273 void RedirectingFileSystem::LookupResult::getPath( in getPath() function in RedirectingFileSystem::LookupResult