Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCommonOptionsParser.cpp91 static cl::list<std::string> SourcePaths( in init() local
124 SourcePathList = SourcePaths; in init()
133 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0], in init()
H A DStandaloneExecution.cpp31 llvm::ArrayRef<std::string> SourcePaths, in StandaloneToolExecutor() argument
34 : Tool(Compilations, SourcePaths, std::move(PCHContainerOps), in StandaloneToolExecutor()
H A DRefactoring.cpp28 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool() argument
30 : ClangTool(Compilations, SourcePaths, std::move(PCHContainerOps)) {} in RefactoringTool()
H A DTooling.cpp407 ArrayRef<std::string> SourcePaths, in ClangTool() argument
411 : Compilations(Compilations), SourcePaths(SourcePaths), in ClangTool()
471 AbsolutePaths.reserve(SourcePaths.size()); in run()
472 for (const auto &SourcePath : SourcePaths) { in run()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h309 ArrayRef<std::string> SourcePaths,
364 llvm::ArrayRef<std::string> getSourcePaths() const { return SourcePaths; } in getSourcePaths()
368 std::vector<std::string> SourcePaths; variable
H A DRefactoring.h41 ArrayRef<std::string> SourcePaths,
H A DStandaloneExecution.h38 llvm::ArrayRef<std::string> SourcePaths,