reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
443 lang_opts.CPlusPlus = true; 446 lang_opts.ObjC = true; 449 lang_opts.CPlusPlus = true; 457 lang_opts.CPlusPlus11 = true; 462 lang_opts.CPlusPlus11 = true; 466 lang_opts.CPlusPlus = true; 468 lang_opts.ObjC = 474 lang_opts.ObjC = true; 475 lang_opts.CPlusPlus = true; 476 lang_opts.CPlusPlus11 = true; 481 lang_opts.Bool = true; 482 lang_opts.WChar = true; 483 lang_opts.Blocks = true; 484 lang_opts.DebuggerSupport = 487 lang_opts.DebuggerCastResultToId = true; 489 lang_opts.CharIsSigned = ArchSpec(m_compiler->getTargetOpts().Triple.c_str()) 495 lang_opts.SpellChecking = false; 501 lang_opts.Modules = true; 503 lang_opts.ImplicitModules = true; 505 lang_opts.ModulesLocalVisibility = false; 509 lang_opts.ObjC = true; 513 lang_opts.GNUMode = true; 514 lang_opts.GNUKeywords = true; 515 lang_opts.DoubleSquareBracketAttributes = true; 516 lang_opts.CPlusPlus11 = true; 519 lang_opts.GNUCVersion = 40201; 525 if (process_sp && lang_opts.ObjC) { 529 lang_opts.ObjCRuntime.set(ObjCRuntime::MacOSX, VersionTuple(10, 7)); 531 lang_opts.ObjCRuntime.set(ObjCRuntime::FragileMacOSX, 535 lang_opts.DebuggerObjCLiteral = true; 539 lang_opts.ThreadsafeStatics = false; 540 lang_opts.AccessControl = false; // Debuggers get universal access 541 lang_opts.DollarIdents = true; // $ indicates a persistent variable name 545 lang_opts.NoBuiltin = true;