Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DCommonOptionsParser.cpp64 static cl::list<std::string> SourcePaths( in CommonOptionsParser() local
81 SourcePathList = SourcePaths; in CommonOptionsParser()
89 SourcePaths[0], ErrorMessage)); in CommonOptionsParser()
DRefactoring.cpp275 ArrayRef<std::string> SourcePaths) in RefactoringTool() argument
276 : ClangTool(Compilations, SourcePaths) {} in RefactoringTool()
DTooling.cpp273 ArrayRef<std::string> SourcePaths) in ClangTool() argument
277 for (const auto &SourcePath : SourcePaths) { in ClangTool()
/external/clang/include/clang/Tooling/
DRefactoring.h205 ArrayRef<std::string> SourcePaths);
DTooling.h250 ArrayRef<std::string> SourcePaths);