Home
last modified time | relevance | path

Searched defs:SourcePaths (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Tooling/
H A DStandaloneExecution.cpp31 llvm::ArrayRef<std::string> SourcePaths, in StandaloneToolExecutor()
H A DCommonOptionsParser.cpp91 static cl::list<std::string> SourcePaths( in init() local
H A DRefactoring.cpp28 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool()
H A DTooling.cpp430 ArrayRef<std::string> SourcePaths, in ClangTool()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DTooling.h382 std::vector<std::string> SourcePaths; variable
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DExecutionTest.cpp120 std::string SourcePaths; member in clang::tooling::TestToolExecutor