Home
last modified time | relevance | path

Searched defs:Invocation (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DOutputStreamTest.cpp25 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
49 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
78 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
H A DCodeGenActionTest.cpp45 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
64 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
92 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
H A DFrontendActionTest.cpp176 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
235 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
268 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp167 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local
213 ToolInvocation Invocation( in runToolOnCodeWithArgs() local
381 std::unique_ptr<CompilerInvocation> Invocation( in run() local
389 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
403 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation()
573 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local
603 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
661 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.h52 std::shared_ptr<CompilerInvocation> Invocation; variable
/llvm-project-15.0.7/clang/unittests/Serialization/
H A DModuleCacheTest.cpp106 std::shared_ptr<CompilerInvocation> Invocation = in TEST_F() local
155 std::shared_ptr<CompilerInvocation> Invocation = in TEST_F() local
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp39 std::unique_ptr<clang::CompilerInvocation> Invocation( in HandleCXX() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/android/
H A DComparisonInTempFailureRetryCheck.cpp70 SourceLocation Invocation = SM.getImmediateMacroCallerLoc(LocStart); in check() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
/llvm-project-15.0.7/clang/unittests/AST/
H A DExternalASTSourceTest.cpp51 auto Invocation = std::make_shared<CompilerInvocation>(); in testExternalASTSource() local
/llvm-project-15.0.7/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp70 std::unique_ptr<CompilerInvocation> Invocation = in createDiagnostics() local
/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp134 auto Invocation = std::make_unique<CompilerInvocation>(); in main() local
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp146 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
347 ToolInvocation Invocation(FinalCommandLine, &Action, in computeDependencies() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp71 bool IsRValueReferenceParam(const Expr *Invocation, in IsRValueReferenceParam()
/llvm-project-15.0.7/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp87 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp189 clang::tooling::ToolInvocation Invocation( in TEST() local
215 clang::tooling::ToolInvocation Invocation( in TEST() local
246 clang::tooling::ToolInvocation Invocation( in TEST() local
275 clang::tooling::ToolInvocation Invocation( in TEST() local
317 clang::tooling::ToolInvocation Invocation( in TEST() local
H A DDependencyScannerTest.cpp55 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-include-fixer/
H A DIncludeFixerTest.cpp35 tooling::ToolInvocation Invocation( in runOnCode() local
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp81 std::unique_ptr<CompilerInvocation> Invocation; member in clang::clangd::__anon6f28e4d60111::Checker
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp91 tooling::ToolInvocation Invocation( local
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DStdLib.cpp277 SymbolSlab indexStandardLibrary(std::unique_ptr<CompilerInvocation> Invocation, in indexStandardLibrary()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp401 const CompilerInvocation &Invocation, in Build()
588 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp84 std::shared_ptr<clang::CompilerInvocation> Invocation, in runInvocation()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h74 std::shared_ptr<CompilerInvocation> Invocation; variable

12