Home
last modified time | relevance | path

Searched refs:getPaths (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h77 StringRef getPaths() const;
103 llvm::StringRef getPathsBuffer() const { return Paths.getPaths(); } in getPathsBuffer()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h139 ArrayRef<NfaPath> getPaths() { in getPaths() function
255 return Transcriber->getPaths(); in getNfaPaths()
/src/contrib/llvm-project/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp37 StringRef PathPool::getPaths() const { return Paths.getBuffer(); } in getPaths() function in PathPool