Home
last modified time | relevance | path

Searched refs:DebuggerSupport (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp129 DebuggerSupport("debugger-support", variable
1068 if (DebuggerSupport && TT.isOSBinFormatMachO()) in Session()
1093 if (DebuggerSupport) in Session()
1292 if (DebuggerSupport.getNumOccurrences() == 0 && NoExec) in sanitizeArguments()
1293 DebuggerSupport = false; in sanitizeArguments()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp194 Inv->getLangOpts()->DebuggerSupport = true; in BuildCompilerInstance()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp894 (getLangOpts().Modules || getLangOpts().DebuggerSupport) && in HandleIdentifier()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp582 lang_opts.DebuggerSupport = in ClangExpressionParser()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def302 BENIGN_LANGOPT(DebuggerSupport , 1, 0, "debugger support")
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1731 if (getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()
1748 if (!getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()
1784 if (getLangOpts().DebuggerSupport) { in CheckMessageArgumentTypes()
H A DSemaExprMember.cpp1437 if (!S.getLangOpts().DebuggerSupport) { in LookupMemberExpr()
H A DSemaExpr.cpp2868 !getLangOpts().DebuggerSupport) in LookupIvarInObjCMethod()
12749 if (LangOpts.DebuggerSupport) { in CheckCompareOperands()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp80 if (getLangOpts().Modules || getLangOpts().DebuggerSupport) { in ParseObjCAtDirectives()
2761 getLangOpts().DebuggerSupport) { in ParseObjCAtStatement()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6103 MarshallingInfoFlag<LangOpts<"DebuggerSupport">>;