Searched refs:DebuggerSupport (Results 1 – 10 of 10) sorted by relevance
129 DebuggerSupport("debugger-support", variable1068 if (DebuggerSupport && TT.isOSBinFormatMachO()) in Session()1093 if (DebuggerSupport) in Session()1292 if (DebuggerSupport.getNumOccurrences() == 0 && NoExec) in sanitizeArguments()1293 DebuggerSupport = false; in sanitizeArguments()
194 Inv->getLangOpts()->DebuggerSupport = true; in BuildCompilerInstance()
894 (getLangOpts().Modules || getLangOpts().DebuggerSupport) && in HandleIdentifier()
582 lang_opts.DebuggerSupport = in ClangExpressionParser()
302 BENIGN_LANGOPT(DebuggerSupport , 1, 0, "debugger support")
1731 if (getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()1748 if (!getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()1784 if (getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()
1437 if (!S.getLangOpts().DebuggerSupport) { in LookupMemberExpr()
2868 !getLangOpts().DebuggerSupport) in LookupIvarInObjCMethod()12749 if (LangOpts.DebuggerSupport) { in CheckCompareOperands()
80 if (getLangOpts().Modules || getLangOpts().DebuggerSupport) { in ParseObjCAtDirectives()2761 getLangOpts().DebuggerSupport) { in ParseObjCAtStatement()
6103 MarshallingInfoFlag<LangOpts<"DebuggerSupport">>;