/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | Tooling.cpp | 148 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 D | llvm-cov.cpp | 80 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 D | handle_cxx.cpp | 39 std::unique_ptr<clang::CompilerInvocation> Invocation( in HandleCXX() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelInjector.cpp | 67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acdebug.h | 67 const char *Invocation; /* Command Invocation */ member
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
H A D | ShowEnabledWarnings.cpp | 69 std::unique_ptr<CompilerInvocation> Invocation = in createDiagnostics() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 79 CompilerInvocation Invocation; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
H A D | ClangSrcLocDump.cpp | 138 auto Invocation = std::make_unique<CompilerInvocation>(); in main() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 60 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
|
H A D | ModuleDepCollector.cpp | 23 const CompilerInvocation &Invocation) { in makeInvocationForModuleBuildWithoutPaths()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 146 CompilerInvocation Invocation; in create() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 312 const CompilerInvocation &Invocation, in Build() 495 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse()
|
H A D | CompilerInvocation.cpp | 442 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 D | CompilerInstance.cpp | 1050 auto Invocation = local
|
H A D | ASTUnit.cpp | 159 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping()
|
/netbsd-src/sys/external/bsd/acpica/dist/debugger/ |
H A D | dbinput.c | 383 const char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 75 std::shared_ptr<CompilerInvocation> Invocation; variable
|
H A D | ASTUnit.h | 139 std::shared_ptr<CompilerInvocation> Invocation; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 565 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 2523 std::string Invocation(ProgName.str() + " " + argv[1]); in main() local
|