Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileOutputBuffer.h65 StringRef getPath() const { return FinalPath; } in getPath() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp105 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
106 const LValuePathEntry *getPath() const { in getPath() function
142 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
143 const PathElem *getPath() const { in getPath() function
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h211 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h189 StringRef getPath() const { return Path; } in getPath() function