Lines Matching defs:Instance
21 CompilerInstance &Instance;
70 !Instance.getLangOpts().GNUInline)
120 Instance.getDiagnostics().Report(diag::err_asm_invalid_type_in_input)
234 Instance.getDiagnostics().Report(diag::err_asm_invalid_type_in_input)
240 InterfaceStubFunctionsConsumer(CompilerInstance &Instance, StringRef InFile,
242 : Instance(Instance), InFile(InFile), Format(Format) {}
270 auto OS = Instance.createDefaultOutputFile(/*Binary=*/false, InFile, "ifs");
274 if (Instance.getLangOpts().DelayedTemplateParsing) {
275 clang::Sema &S = Instance.getSema();
301 << (Symbol.ParentName.empty() || Instance.getLangOpts().CPlusPlus
332 writeIfsV1(Instance.getTarget().getTriple(), Symbols, context, Format, *OS);