Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DStandaloneExecution.cpp31 llvm::ArrayRef<std::string> SourcePaths, in StandaloneToolExecutor()
H A DCommonOptionsParser.cpp91 static cl::list<std::string> SourcePaths( in init() local
H A DRefactoring.cpp28 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool()
H A DTooling.cpp407 ArrayRef<std::string> SourcePaths, in ClangTool()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h368 std::vector<std::string> SourcePaths; variable