Searched defs:getSourcePaths (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Tooling/ | ||
H A D | StandaloneExecution.h | 72 llvm::ArrayRef<std::string> getSourcePaths() const { in getSourcePaths() function |
H A D | Tooling.h | 376 llvm::ArrayRef<std::string> getSourcePaths() const { return SourcePaths; } getSourcePaths() function |
/llvm-project/clang/unittests/Tooling/ | ||
H A D | ExecutionTest.cpp | 110 llvm::ArrayRef<std::string> getSourcePaths() const { getSourcePaths() function in clang::tooling::TestToolExecutor |