Home
last modified time | relevance | path

Searched refs:SourcePaths (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DCommonOptionsParser.cpp94 static cl::list<std::string> SourcePaths( in init() local
128 SourcePathList = SourcePaths; in init()
137 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0], in init()
H A DStandaloneExecution.cpp32 llvm::ArrayRef<std::string> SourcePaths, in StandaloneToolExecutor() argument
35 : Tool(Compilations, SourcePaths, std::move(PCHContainerOps), in StandaloneToolExecutor()
H A DRefactoring.cpp29 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool() argument
31 : ClangTool(Compilations, SourcePaths, std::move(PCHContainerOps)) {} in RefactoringTool()
H A DTooling.cpp377 ArrayRef<std::string> SourcePaths, in ClangTool() argument
380 : Compilations(Compilations), SourcePaths(SourcePaths), in ClangTool()
436 AbsolutePaths.reserve(SourcePaths.size()); in run()
437 for (const auto &SourcePath : SourcePaths) { in run()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h319 ArrayRef<std::string> SourcePaths,
369 llvm::ArrayRef<std::string> getSourcePaths() const { return SourcePaths; } in getSourcePaths()
373 std::vector<std::string> SourcePaths; variable
H A DRefactoring.h42 ArrayRef<std::string> SourcePaths,
H A DStandaloneExecution.h39 llvm::ArrayRef<std::string> SourcePaths,