Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
HDTooling.cpp175 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local
221 ToolInvocation Invocation( in runToolOnCodeWithArgs() local
399 std::unique_ptr<CompilerInvocation> Invocation( in run() local
423 std::unique_ptr<CompilerInvocation> Invocation( in run() local
431 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
445 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation()
619 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local
649 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
703 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDllvm-cov.cpp79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp66 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
/freebsd-13-stable/sys/contrib/dev/acpica/include/
HDacdebug.h175 char *Invocation; /* Command Invocation */ member
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDDependencyScanningWorker.cpp296 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
578 ToolInvocation Invocation(std::move(CommandLine), &Action, &FM, in createAndRunToolInvocation() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrecompiledPreamble.cpp414 const CompilerInvocation &Invocation, in Build()
602 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse()
HDCompilerInvocation.cpp569 static bool FixupInvocation(CompilerInvocation &Invocation, in FixupInvocation()
924 [](CompilerInvocation &Invocation, SmallVectorImpl<const char *> &Args, in checkCC1RoundTrip()
925 StringAllocator SA) { in checkCC1RoundTrip()
4895 bool CompilerInvocation::CreateFromArgs(CompilerInvocation &Invocation, in CreateFromArgs()
4906 [](CompilerInvocation &Invocation, SmallVectorImpl<const char *> &Args, in CreateFromArgs()
4907 StringAllocator SA) { in CreateFromArgs()
HDCompilerInstance.cpp1182 auto Invocation = local
HDASTUnit.cpp158 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping()
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
HDdbinput.c488 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.h81 std::shared_ptr<CompilerInvocation> Invocation; variable
HDASTUnit.h141 std::shared_ptr<CompilerInvocation> Invocation; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
HDCrossTranslationUnit.cpp593 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource() local