Searched defs:getPath (Results 1 – 7 of 7) sorted by relevance
61 StringRef getPath() const { return FinalPath; } in getPath() function
249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function 250 const LValuePathEntry *getPath() const { in getPath() function 286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function 287 const PathElem *getPath() const { in getPath() function
212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
156 StringRef getPath() const { return Path; } getPath() function
890 StringRef getPath() const { return Path; } getPath() function
359 const PathType &getPath() const { return Path; } getPath() function
2242 void RedirectingFileSystem::LookupResult::getPath( getPath() function in RedirectingFileSystem::LookupResult