| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 75 std::shared_ptr<CompilerInvocation> Invocation; variable 229 bool hasInvocation() const { return Invocation != nullptr; } in hasInvocation() 232 assert(Invocation && "Compiler instance has no invocation!"); in getInvocation() 233 return *Invocation; in getInvocation() 253 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts() 257 return Invocation->getCodeGenOpts(); in getCodeGenOpts() 260 return Invocation->getCodeGenOpts(); in getCodeGenOpts() 264 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts() 267 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts() 271 return Invocation->getDiagnosticOpts(); in getDiagnosticOpts() [all …]
|
| H A D | PrecompiledPreamble.h | 81 Build(const CompilerInvocation &Invocation, 107 bool CanReuse(const CompilerInvocation &Invocation,
|
| H A D | ASTUnit.h | 138 std::shared_ptr<CompilerInvocation> Invocation; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 167 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local 168 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, *Diagnostics, in newInvocation() 170 Invocation->getFrontendOpts().DisableFree = false; in newInvocation() 171 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation() 172 return Invocation; in newInvocation() 213 ToolInvocation Invocation( in runToolOnCodeWithArgs() local 216 return Invocation.run(); in runToolOnCodeWithArgs() 368 std::unique_ptr<CompilerInvocation> Invocation( in run() local 372 return Action->runInvocation(std::move(Invocation), Files, in run() 392 std::unique_ptr<CompilerInvocation> Invocation( in run() local [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local 69 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis() 75 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0; in onBodySynthesis() 80 Instance.setInvocation(std::move(Invocation)); in onBodySynthesis()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/handle-cxx/ |
| H A D | handle_cxx.cpp | 39 std::unique_ptr<clang::CompilerInvocation> Invocation( in HandleCXX() local 43 Invocation->getPreprocessorOpts().addRemappedFile(FileName, in HandleCXX() 49 action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps, in HandleCXX()
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | dir-example | 170 * xgettext: (gettext)xgettext Invocation. Extract strings into a PO file. 171 * autopoint: (gettext)autopoint Invocation. Copy gettext infrastructure. 172 * envsubst: (gettext)envsubst Invocation. Expand environment variables. 174 * gettextize: (gettext)gettextize Invocation. Prepare a package for gettext. 175 * msgattrib: (gettext)msgattrib Invocation. Select part of a PO file. 176 * msgcat: (gettext)msgcat Invocation. Combine several PO files. 177 * msgcmp: (gettext)msgcmp Invocation. Compare a PO file and template. 178 * msgcomm: (gettext)msgcomm Invocation. Match two PO files. 179 * msgconv: (gettext)msgconv Invocation. Convert PO file to encoding. 180 * msgen: (gettext)msgen Invocation. Create an English PO file. [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/diagtool/ |
| H A D | ShowEnabledWarnings.cpp | 70 std::unique_ptr<CompilerInvocation> Invocation = in createDiagnostics() local 72 if (!Invocation) in createDiagnostics() 77 CompilerInstance::createDiagnostics(&Invocation->getDiagnosticOpts()); in createDiagnostics()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | llvm-cov.cpp | 79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local 80 argv[1] = Invocation.c_str(); in main()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 157 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() argument 162 CompilerInvocation OriginalInvocation(*Invocation); in runInvocation() 180 ScanInstance.setInvocation(std::move(Invocation)); in runInvocation() 461 ToolInvocation Invocation(std::move(Argv), &Action, &*FileMgr, in computeDependencies() local 463 Invocation.setDiagnosticConsumer(Diags->getClient()); in computeDependencies() 464 Invocation.setDiagnosticOptions(&Diags->getDiagnosticOptions()); in computeDependencies() 465 if (!Invocation.run()) in computeDependencies()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 134 auto Invocation = std::make_unique<CompilerInvocation>(); in main() local 135 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, Diagnostics); in main() 138 Compiler.setInvocation(std::move(Invocation)); in main()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 159 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping() argument 162 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping() 263 if (Invocation && OwnsRemappedFileBuffers) { in ~ASTUnit() 264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 1126 if (!Invocation) in Parse() 1133 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse() 1481 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName() 1482 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName() 1518 AST->Invocation = std::move(CI); in create() 1669 if (!Invocation) in LoadFromCompilerInvocation() [all …]
|
| H A D | CompilerInstance.cpp | 68 Invocation(new CompilerInvocation()), in CompilerInstance() 79 Invocation = std::move(Value); in setInvocation() 464 PP = std::make_shared<Preprocessor>(Invocation->getPreprocessorOptsPtr(), in createPreprocessor() 1157 auto Invocation = local 1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); 1164 Invocation->resetNonModularOptions(); 1168 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts(); 1177 Invocation->getLangOpts()->ModuleName = 1181 Invocation->getLangOpts()->CurrentModule = std::string(ModuleName); 1196 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); [all …]
|
| H A D | PrecompiledPreamble.cpp | 401 const CompilerInvocation &Invocation, in Build() argument 409 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in Build() 588 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse() argument 597 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in CanReuse()
|
| H A D | CompilerInvocation.cpp | 461 static bool FixupInvocation(CompilerInvocation &Invocation, in FixupInvocation() argument 466 LangOptions &LangOpts = *Invocation.getLangOpts(); in FixupInvocation() 467 CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts(); in FixupInvocation() 468 TargetOptions &TargetOpts = Invocation.getTargetOpts(); in FixupInvocation() 469 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in FixupInvocation() 4577 bool CompilerInvocation::CreateFromArgs(CompilerInvocation &Invocation, in CreateFromArgs() argument 4584 [](CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, in CreateFromArgs() 4586 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0); in CreateFromArgs() 4588 [](CompilerInvocation &Invocation, SmallVectorImpl<const char *> &Args, in CreateFromArgs() argument 4591 Invocation.generateCC1CommandLine(Args, SA); in CreateFromArgs() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 86 runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 103 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 289 std::shared_ptr<CompilerInvocation> Invocation,
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cpp.info | 55 * Invocation:: 202 diagnostics, you must also use `-pedantic'. *Note Invocation::. 463 Invocation::. 677 Invocation::). 827 are generally less useful. *Note Invocation::. 1675 undefined or 1. *Note Invocation::. 1975 -dM' to see them all. *Note Invocation::. All system-specific 2670 perhaps set in the Makefile. *Note Invocation::. 3430 File: cpp.info, Node: Implementation Details, Next: Invocation, Prev: Traditional Mode, Up: Top 3686 *Note Invocation::. [all …]
|
| H A D | cppenv.texi | 64 (@pxref{Invocation}), 78 @xref{Invocation}.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cppenv.texi | 64 (@pxref{Invocation}), 78 @xref{Invocation}.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticRefactoringKinds.td | 15 let CategoryName = "Refactoring Invocation Issue" in {
|
| /openbsd-src/gnu/llvm/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 593 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource() local 594 if (Invocation == InvocationList->end()) in loadFromSource() 598 const InvocationListTy::mapped_type &InvocationCommand = Invocation->second; in loadFromSource()
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | dir-example | 244 * gettextize: (gettext)gettextize Invocation. Prepare a package for gettext. 287 * msgfmt: (gettext)msgfmt Invocation. Make MO files out of PO files. 288 * msgmerge: (gettext)msgmerge Invocation. Update two PO files into one. 367 * xgettext: (gettext)xgettext Invocation. Extract strings into a PO file.
|
| H A D | INSTALL.generic | 195 `configure' Invocation
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | C++STYLE | 142 10. Invocation of member functions with "this->"
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | C++STYLE | 142 10. Invocation of member functions with "this->"
|