Home
last modified time | relevance | path

Searched refs:getSourcePaths (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h72 llvm::ArrayRef<std::string> getSourcePaths() const { in getSourcePaths() function
73 return Tool.getSourcePaths(); in getSourcePaths()
H A DTooling.h376 llvm::ArrayRef<std::string> getSourcePaths() const { return SourcePaths; } in getSourcePaths() function