Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DCommonOptionsParser.cpp103 static cl::list<std::string> SourcePaths( in CommonOptionsParser() local
121 SourcePathList = SourcePaths; in CommonOptionsParser()
131 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0], in CommonOptionsParser()
DRefactoring.cpp29 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool() argument
31 : ClangTool(Compilations, SourcePaths, PCHContainerOps) {} in RefactoringTool()
DTooling.cpp309 ArrayRef<std::string> SourcePaths, in ClangTool() argument
311 : Compilations(Compilations), SourcePaths(SourcePaths), in ClangTool()
366 for (const auto &SourcePath : SourcePaths) { in run()
/external/clang/include/clang/Tooling/
DRefactoring.h41 ArrayRef<std::string> SourcePaths,
DTooling.h290 ArrayRef<std::string> SourcePaths,
332 std::vector<std::string> SourcePaths; variable