Home
last modified time | relevance | path

Searched defs:getPath (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath() function
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DLibrary.h35 StringRef getPath() const { return BaseDirectory; } in getPath() function
H A DHeaderFile.h80 StringRef getPath() const { return FullPath; } in getPath() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DASTSourceDescriptor.h44 StringRef getPath() const { return Path; } in getPath() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp249 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
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h119 StringRef getPath() const { return Path; } in getPath() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp373 const PathType &getPath() const { return Path; } in getPath() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2273 void RedirectingFileSystem::LookupResult::getPath( in getPath() function in RedirectingFileSystem::LookupResult