Searched refs:SourcePaths (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | CommonOptionsParser.cpp | 91 static cl::list<std::string> SourcePaths( in init() local 123 SourcePathList = SourcePaths; in init() 132 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 | 26 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool() argument 28 : ClangTool(Compilations, SourcePaths, std::move(PCHContainerOps)) {} in RefactoringTool()
|
| H A D | Tooling.cpp | 470 ArrayRef<std::string> SourcePaths, in ClangTool() argument 474 : Compilations(Compilations), SourcePaths(SourcePaths), in ClangTool() 534 AbsolutePaths.reserve(SourcePaths.size()); in run() 535 for (const auto &SourcePath : SourcePaths) { in run()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 332 ArrayRef<std::string> SourcePaths, 382 llvm::ArrayRef<std::string> getSourcePaths() const { return SourcePaths; } in getSourcePaths() 386 std::vector<std::string> SourcePaths; variable
|
| H A D | Refactoring.h | 41 ArrayRef<std::string> SourcePaths,
|
| H A D | StandaloneExecution.h | 39 llvm::ArrayRef<std::string> SourcePaths,
|