Home
last modified time | relevance | path

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

/freebsd-src/contrib/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 ArrayRef<std::string> SourcePaths, in ClangTool() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h380 std::vector<std::string> SourcePaths; variable