Searched refs:SourcePaths (Results 1 – 5 of 5) sorted by relevance
103 static cl::list<std::string> SourcePaths( in CommonOptionsParser() local122 SourcePathList = SourcePaths; in CommonOptionsParser()129 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0], in CommonOptionsParser()
29 ArrayRef<std::string> SourcePaths) in RefactoringTool() argument30 : ClangTool(Compilations, SourcePaths) {} in RefactoringTool()
279 ArrayRef<std::string> SourcePaths) in ClangTool() argument280 : Compilations(Compilations), SourcePaths(SourcePaths), in ClangTool()320 for (const auto &SourcePath : SourcePaths) { in run()
41 ArrayRef<std::string> SourcePaths);
259 ArrayRef<std::string> SourcePaths);299 std::vector<std::string> SourcePaths; variable