Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/
DStandaloneExecution.cpp31 llvm::ArrayRef<std::string> SourcePaths, in StandaloneToolExecutor()
DCommonOptionsParser.cpp91 static cl::list<std::string> SourcePaths( in init() local
DRefactoring.cpp28 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool()
DTooling.cpp403 ArrayRef<std::string> SourcePaths, in ClangTool()
/external/clang/lib/Tooling/
DCommonOptionsParser.cpp103 static cl::list<std::string> SourcePaths( in CommonOptionsParser() local
DRefactoring.cpp30 const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, in RefactoringTool()
DTooling.cpp317 ArrayRef<std::string> SourcePaths, in ClangTool()
/external/clang/include/clang/Tooling/
DTooling.h337 std::vector<std::string> SourcePaths; variable
/external/llvm-project/clang/include/clang/Tooling/
DTooling.h368 std::vector<std::string> SourcePaths; variable
/external/llvm-project/clang/unittests/Tooling/
DExecutionTest.cpp120 std::string SourcePaths; member in clang::tooling::TestToolExecutor