Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h214 bool DisablePragmaDebugCrash = false; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1107 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1112 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1115 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) { in HandlePragma()
1153 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1156 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1184 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5731 MarshallingInfoFlag<PreprocessorOpts<"DisablePragmaDebugCrash">>;