Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFileOutputBuffer.h60 StringRef getPath() const { in getPath() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DAPValue.cpp63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
64 const LValuePathEntry *getPath() const { in getPath() function
100 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function
101 const PathElem *getPath() const { in getPath() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h193 NodeType *getPath(unsigned n) const { in getPath() function