Searched refs:SourcePaths (Results 1 – 5 of 5) 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 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 | Tooling.cpp | 472 ArrayRef<std::string> SourcePaths, in ClangTool() argument 476 : Compilations(Compilations), SourcePaths(SourcePaths), in ClangTool() 536 AbsolutePaths.reserve(SourcePaths.size()); in run() 537 for (const auto &SourcePath : SourcePaths) { in run()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | Refactoring.h | 41 ArrayRef<std::string> SourcePaths,
|
H A D | StandaloneExecution.h | 39 llvm::ArrayRef<std::string> SourcePaths,
|