Home
last modified time | relevance | path

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

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