Home
last modified time | relevance | path

Searched refs:DisablePragmaDebugCrash (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Lex/
DPreprocessorOptions.h193 bool DisablePragmaDebugCrash = false; variable
/external/llvm-project/clang-tools-extra/clangd/
DCompiler.cpp86 CI->getPreprocessorOpts().DisablePragmaDebugCrash = true; in buildCompilerInvocation()
/external/llvm-project/clang/lib/Lex/
DPragma.cpp1044 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1049 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1052 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) { in HandlePragma()
1090 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1093 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1121 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp3723 Opts.DisablePragmaDebugCrash = Args.hasArg(OPT_disable_pragma_debug_crash); in ParsePreprocessorArgs()