Home
last modified time | relevance | path

Searched defs:SourcePaths (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp31 llvm::ArrayRef<std::string> SourcePaths, in StandaloneToolExecutor()
H A DRefactoring.cpp28 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool()
H A DCommonOptionsParser.cpp91 static cl::list<std::string> SourcePaths( in init() local
H A DTooling.cpp472 ClangTool(const CompilationDatabase & Compilations,ArrayRef<std::string> SourcePaths,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS,IntrusiveRefCntPtr<FileManager> Files) ClangTool() argument
/llvm-project/clang/include/clang/Tooling/
H A DTooling.h380 std::vector<std::string> SourcePaths; global() variable
/llvm-project/clang/unittests/Tooling/
H A DExecutionTest.cpp120 std::string SourcePaths; global() member in clang::tooling::TestToolExecutor