Lines Matching refs:Instance
21 CompilerInstance &Instance;
69 !Instance.getLangOpts().GNUInline)
119 Instance.getDiagnostics().Report(diag::err_asm_invalid_type_in_input)
233 Instance.getDiagnostics().Report(diag::err_asm_invalid_type_in_input)
239 InterfaceStubFunctionsConsumer(CompilerInstance &Instance, StringRef InFile,
241 : Instance(Instance), InFile(InFile), Format(Format) {}
269 auto OS = Instance.createDefaultOutputFile(/*Binary=*/false, InFile, "ifs");
273 if (Instance.getLangOpts().DelayedTemplateParsing) {
274 clang::Sema &S = Instance.getSema();
303 << (Symbol.ParentName.empty() || Instance.getLangOpts().CPlusPlus
334 writeIfsV1(Instance.getTarget().getTriple(), Symbols, context, Format, *OS);