Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h72 llvm::ArrayRef<std::string> getSourcePaths() const { in getSourcePaths() function
H A DTooling.h376 llvm::ArrayRef<std::string> getSourcePaths() const { return SourcePaths; } getSourcePaths() function
/llvm-project/clang/unittests/Tooling/
H A DExecutionTest.cpp110 llvm::ArrayRef<std::string> getSourcePaths() const { getSourcePaths() function in clang::tooling::TestToolExecutor