Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DStandaloneExecution.cpp32 llvm::ArrayRef<std::string> SourcePaths, in StandaloneToolExecutor()
H A DRefactoring.cpp29 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool()
H A DCommonOptionsParser.cpp94 static cl::list<std::string> SourcePaths( in init() local
H A DTooling.cpp377 ArrayRef<std::string> SourcePaths, in ClangTool()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h373 std::vector<std::string> SourcePaths; variable