Searched refs:SourcePaths (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | CommonOptionsParser.cpp | 91 static cl::list<std::string> SourcePaths( in init() local 124 SourcePathList = SourcePaths; in init() 133 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0], in init()
|
| H A D | StandaloneExecution.cpp | 31 llvm::ArrayRef<std::string> SourcePaths, in StandaloneToolExecutor() argument 34 : Tool(Compilations, SourcePaths, std::move(PCHContainerOps), in StandaloneToolExecutor()
|
| H A D | Refactoring.cpp | 28 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool() argument 30 : ClangTool(Compilations, SourcePaths, std::move(PCHContainerOps)) {} in RefactoringTool()
|
| H A D | Tooling.cpp | 430 ArrayRef<std::string> SourcePaths, in ClangTool() argument 434 : Compilations(Compilations), SourcePaths(SourcePaths), in ClangTool() 494 AbsolutePaths.reserve(SourcePaths.size()); in run() 495 for (const auto &SourcePath : SourcePaths) { in run()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 323 ArrayRef<std::string> SourcePaths, 378 llvm::ArrayRef<std::string> getSourcePaths() const { return SourcePaths; } in getSourcePaths() 382 std::vector<std::string> SourcePaths; variable
|
| H A D | Refactoring.h | 41 ArrayRef<std::string> SourcePaths,
|
| H A D | StandaloneExecution.h | 38 llvm::ArrayRef<std::string> SourcePaths,
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | ExecutionTest.cpp | 120 std::string SourcePaths; member in clang::tooling::TestToolExecutor
|