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

/openbsd-current/gnu/llvm/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h77 StringRef getPaths() const;
103 llvm::StringRef getPathsBuffer() const { return Paths.getPaths(); }
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DAutomaton.h81 /// The returned paths. This is populated during getPaths.
141 ArrayRef<NfaPath> getPaths() { function in class:llvm::internal::NfaTranscriber
190 /// driving the DFA, so unless you require the getPaths() method leave this
257 return Transcriber->getPaths();
/openbsd-current/gnu/llvm/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp37 StringRef PathPool::getPaths() const { return Paths.getBuffer(); } function in class:PathPool

Completed in 121 milliseconds