Home
last modified time | relevance | path

Searched refs:ToolInvocation (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/Tooling/
DTooling.cpp140 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/
DTooling.cpp194 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/
DTooling.h211 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/
DTooling.h232 class ToolInvocation {
245 ToolInvocation(std::vector<std::string> CommandLine,
257 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
261 ~ToolInvocation();
/external/clang/unittests/Tooling/
DToolingTest.cpp151 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/
DToolingTest.cpp172 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/
DClangTidyTest.h126 tooling::ToolInvocation Invocation(
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
DIncludeFixerTest.cpp35 tooling::ToolInvocation Invocation( in runOnCode()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DIndexActionTests.cpp90 tooling::ToolInvocation Invocation(
DSymbolCollectorTests.cpp269 tooling::ToolInvocation Invocation(
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/
DFindAllSymbolsTests.cpp97 tooling::ToolInvocation Invocation( in runFindAllSymbols()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h66 std::string ToolInvocation; member
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp539 os << html::EscapeText(DiagOpts.ToolInvocation); in FinalizeHTML()