HomeSort by: relevance | last modified time | path
    Searched defs:getFilePaths (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/IndexSerialization/
SerializablePathCollection.cpp 33 llvm::ArrayRef<PathPool::FilePath> PathPool::getFilePaths() const {
  /src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/
SerializablePathCollection.h 76 llvm::ArrayRef<FilePath> getFilePaths() const;
108 ArrayRef<PathPool::FilePath> getFilePaths() const {
109 return Paths.getFilePaths();
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 252 path_list &getFilePaths() { return FilePaths; }
253 const path_list &getFilePaths() const { return FilePaths; }
635 /// AddFilePathLibArgs - Add each thing in getFilePaths() as a "-L" option.

Completed in 20 milliseconds