Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h196 bool DisablePragmaDebugCrash = false; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1057 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1062 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1065 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) { in HandlePragma()
1094 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1097 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1141 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8629 MarshallingInfoFlag<PreprocessorOpts<"DisablePragmaDebugCrash">>;