Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp148 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local
194 ToolInvocation Invocation( in runToolOnCodeWithArgs() local
358 std::unique_ptr<CompilerInvocation> Invocation( in run() local
366 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
380 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation()
550 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local
580 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
638 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp80 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp39 std::unique_ptr<clang::CompilerInvocation> Invocation( in HandleCXX() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacdebug.h67 const char *Invocation; /* Command Invocation */ member
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp69 std::unique_ptr<CompilerInvocation> Invocation = in createDiagnostics() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h79 CompilerInvocation Invocation; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp138 auto Invocation = std::make_unique<CompilerInvocation>(); in main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp60 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
H A DModuleDepCollector.cpp23 const CompilerInvocation &Invocation) { in makeInvocationForModuleBuildWithoutPaths()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp146 CompilerInvocation Invocation; in create() local
/netbsd-src/external/apache2/llvm/dist/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()
4448 bool CompilerInvocation::CreateFromArgs(CompilerInvocation &Invocation, in CreateFromArgs()
4459 [](CompilerInvocation &Invocation, SmallVectorImpl<const char *> &Args, in CreateFromArgs()
4460 StringAllocator SA) { Invocation.generateCC1CommandLine(Args, SA); }, in CreateFromArgs()
H A DCompilerInstance.cpp1050 auto Invocation = local
H A DASTUnit.cpp159 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping()
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbinput.c383 const char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h75 std::shared_ptr<CompilerInvocation> Invocation; variable
H A DASTUnit.h139 std::shared_ptr<CompilerInvocation> Invocation; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp565 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2523 std::string Invocation(ProgName.str() + " " + argv[1]); in main() local