Searched defs:SourcePaths (Results 1 – 6 of 6) sorted by relevance
31 llvm::ArrayRef<std::string> SourcePaths, in StandaloneToolExecutor()
28 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool()
91 static cl::list<std::string> SourcePaths( in init() local
472 ClangTool(const CompilationDatabase & Compilations,ArrayRef<std::string> SourcePaths,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS,IntrusiveRefCntPtr<FileManager> Files) ClangTool() argument
380 std::vector<std::string> SourcePaths; global() variable
120 std::string SourcePaths; global() member in clang::tooling::TestToolExecutor