Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath() function
/llvm-project/clang/include/clang/Basic/
H A DASTSourceDescriptor.h44 StringRef getPath() const { return Path; } in getPath() function
/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
/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } getPath() function
/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h119 StringRef getPath() const { return Path; } in getPath() function
/llvm-project/llvm/tools/dsymutil/
H A DMachOUtils.cpp43 llvm::StringRef ArchAndFile::getPath() const { in getPath() function in llvm::dsymutil::MachOUtils::ArchAndFile
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h367 StringRef getPath() const { return Path; } getPath() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp373 const PathType &getPath() const { return Path; } getPath() function
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2273 void RedirectingFileSystem::LookupResult::getPath( getPath() function in RedirectingFileSystem::LookupResult