Searched refs:DebuggerSupport (Results 1 – 10 of 10) sorted by relevance
139 DebuggerSupport("debugger-support", variable985 if (DebuggerSupport && TT.isOSBinFormatMachO()) in Session()1025 if (DebuggerSupport) in Session()1258 if (DebuggerSupport.getNumOccurrences() == 0 && NoExec) in sanitizeArguments()1259 DebuggerSupport = false; in sanitizeArguments()
194 Inv->getLangOpts()->DebuggerSupport = true; in BuildCompilerInstance()
867 (getLangOpts().Modules || getLangOpts().DebuggerSupport) && in HandleIdentifier()
570 lang_opts.DebuggerSupport = in ClangExpressionParser()
1729 if (getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()1746 if (!getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()1782 if (getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()
1437 if (!S.getLangOpts().DebuggerSupport) { in LookupMemberExpr()
2871 !getLangOpts().DebuggerSupport) in LookupIvarInObjCMethod()13030 if (LangOpts.DebuggerSupport) { in CheckCompareOperands()
304 BENIGN_LANGOPT(DebuggerSupport , 1, 0, "debugger support")
97 if (getLangOpts().Modules || getLangOpts().DebuggerSupport) { in ParseObjCAtDirectives()2807 getLangOpts().DebuggerSupport) { in ParseObjCAtStatement()
6297 MarshallingInfoFlag<LangOpts<"DebuggerSupport">>;