Home
last modified time | relevance | path

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

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