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.h209 bool DisablePragmaDebugCrash = false; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1064 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1069 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1072 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) { in HandlePragma()
1101 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1104 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
1132 if (!PP.getPreprocessorOpts().DisablePragmaDebugCrash) in HandlePragma()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8086 MarshallingInfoFlag<PreprocessorOpts<"DisablePragmaDebugCrash">>;