Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath() function
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h736 StringRef getPath() const { return Path; } in getPath() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp397 const PathType &getPath() const { return Path; } in getPath() function