/external/clang/lib/Tooling/ |
D | Tooling.cpp | 140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in runToolOnCodeWithArgs() 211 ToolInvocation::ToolInvocation( in ToolInvocation() function in clang::tooling::ToolInvocation 218 ToolInvocation::ToolInvocation( in ToolInvocation() function in clang::tooling::ToolInvocation 226 ToolInvocation::~ToolInvocation() { in ~ToolInvocation() 231 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile() 237 bool ToolInvocation::run() { in run() 274 bool ToolInvocation::runInvocation( in runInvocation() 442 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() 515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in buildASTFromCodeWithArgs()
|
/external/llvm-project/clang/lib/Tooling/ |
D | Tooling.cpp | 194 ToolInvocation Invocation( in runToolOnCodeWithArgs() 302 ToolInvocation::ToolInvocation( in ToolInvocation() function in ToolInvocation 308 ToolInvocation::ToolInvocation( in ToolInvocation() function in ToolInvocation 317 ToolInvocation::~ToolInvocation() { in ~ToolInvocation() 322 bool ToolInvocation::run() { in run() 360 bool ToolInvocation::runInvocation( in runInvocation() 545 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() 633 ToolInvocation Invocation( in buildASTFromCodeWithArgs()
|
/external/clang/include/clang/Tooling/ |
D | Tooling.h | 211 class ToolInvocation { 224 ToolInvocation(std::vector<std::string> CommandLine, FrontendAction *FAction, 236 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action, 240 ~ToolInvocation();
|
/external/llvm-project/clang/include/clang/Tooling/ |
D | Tooling.h | 232 class ToolInvocation { 245 ToolInvocation(std::vector<std::string> CommandLine, 257 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action, 261 ~ToolInvocation();
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 151 TEST(ToolInvocation, TestMapVirtualFile) { in TEST() argument 164 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() 173 TEST(ToolInvocation, TestVirtualModulesCompilation) { in TEST() argument 190 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 172 TEST(ToolInvocation, TestMapVirtualFile) { in TEST() argument 185 clang::tooling::ToolInvocation Invocation( in TEST() 194 TEST(ToolInvocation, TestVirtualModulesCompilation) { in TEST() argument 211 clang::tooling::ToolInvocation Invocation( in TEST()
|
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | ClangTidyTest.h | 126 tooling::ToolInvocation Invocation(
|
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/ |
D | IncludeFixerTest.cpp | 35 tooling::ToolInvocation Invocation( in runOnCode()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | IndexActionTests.cpp | 90 tooling::ToolInvocation Invocation(
|
D | SymbolCollectorTests.cpp | 269 tooling::ToolInvocation Invocation(
|
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/ |
D | FindAllSymbolsTests.cpp | 97 tooling::ToolInvocation Invocation( in runFindAllSymbols()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | PathDiagnostic.h | 66 std::string ToolInvocation; member
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 539 os << html::EscapeText(DiagOpts.ToolInvocation); in FinalizeHTML()
|