Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h173 bool RetainExcludedConditionalBlocks = false; variable
252 RetainExcludedConditionalBlocks = false; in resetNonModularOptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp3085 bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks && in HandleIfdefDirective()
3140 bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks && in HandleIfDirective()
3211 bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks && in HandleElseDirective()
3274 bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks && in HandleElifFamilyDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h835 bool RetainExcludedConditionalBlocks = false,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1721 bool RetainExcludedConditionalBlocks, in LoadFromCommandLine() argument
1749 PPOpts.RetainExcludedConditionalBlocks = RetainExcludedConditionalBlocks; in LoadFromCommandLine()