Searched refs:SourcePaths (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp29 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths,
31 : ClangTool(Compilations, SourcePaths, PCHContainerOps) {}
28 RefactoringTool( const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
H A DCommonOptionsParser.cpp103 static cl::list<std::string> SourcePaths(
121 SourcePathList = SourcePaths;
131 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0],
H A DTooling.cpp309 ArrayRef<std::string> SourcePaths,
311 : Compilations(Compilations), SourcePaths(SourcePaths),
366 for (const auto &SourcePath : SourcePaths) {
308 ClangTool(const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoring.h41 ArrayRef<std::string> SourcePaths,
H A DTooling.h285 /// \param SourcePaths The source files to run over. If a source files is
290 ArrayRef<std::string> SourcePaths,
332 std::vector<std::string> SourcePaths; member in class:clang::tooling::ClangTool

Completed in 153 milliseconds