Searched refs:SourcePaths (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Tooling/ |
D | CommonOptionsParser.cpp | 103 static cl::list<std::string> SourcePaths( in CommonOptionsParser() local 123 SourcePathList = SourcePaths; in CommonOptionsParser() 133 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0], in CommonOptionsParser()
|
D | Refactoring.cpp | 30 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool() argument 32 : ClangTool(Compilations, SourcePaths, PCHContainerOps) {} in RefactoringTool()
|
D | Tooling.cpp | 317 ArrayRef<std::string> SourcePaths, in ClangTool() argument 319 : Compilations(Compilations), SourcePaths(SourcePaths), in ClangTool() 380 for (const auto &SourcePath : SourcePaths) { in run()
|
/external/clang/include/clang/Tooling/ |
D | Refactoring.h | 41 ArrayRef<std::string> SourcePaths,
|
D | Tooling.h | 295 ArrayRef<std::string> SourcePaths, 337 std::vector<std::string> SourcePaths; variable
|