Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h378 llvm::ArrayRef<std::string> getSourcePaths() const { return SourcePaths; } in getSourcePaths() function
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DExecutionTest.cpp110 llvm::ArrayRef<std::string> getSourcePaths() const { in getSourcePaths() function in clang::tooling::TestToolExecutor