Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp167 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local
213 ToolInvocation Invocation( in runToolOnCodeWithArgs() local
377 std::unique_ptr<CompilerInvocation> Invocation( in run() local
385 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
399 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation()
569 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local
599 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
657 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp80 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacdebug.h175 char *Invocation; /* Command Invocation */ member
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp138 auto Invocation = std::make_unique<CompilerInvocation>(); in main() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h105 CompilerInvocation Invocation; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp146 CompilerInvocation Invocation; in create() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp149 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp312 const CompilerInvocation &Invocation, in Build()
495 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse()
H A DCompilerInvocation.cpp442 static bool FixupInvocation(CompilerInvocation &Invocation, in FixupInvocation()
4446 bool CompilerInvocation::CreateFromArgs(CompilerInvocation &Invocation, in CreateFromArgs()
4457 [](CompilerInvocation &Invocation, SmallVectorImpl<const char *> &Args, in CreateFromArgs()
4458 StringAllocator SA) { Invocation.generateCC1CommandLine(Args, SA); }, in CreateFromArgs()
H A DCompilerInstance.cpp1067 auto Invocation = local
H A DASTUnit.cpp159 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping()
/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c488 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h76 std::shared_ptr<CompilerInvocation> Invocation; variable
H A DASTUnit.h139 std::shared_ptr<CompilerInvocation> Invocation; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp569 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2556 std::string Invocation(ProgName.str() + " " + argv[1]); in main() local