Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DPreprocessorOptions.h149 bool RetainExcludedConditionalBlocks = false; variable
231 RetainExcludedConditionalBlocks = false; in resetNonModularOptions()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp2973 bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks && in HandleIfdefDirective()
3024 bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks && in HandleIfDirective()
3095 bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks && in HandleElseDirective()
3140 bool RetainExcludedCB = PPOpts->RetainExcludedConditionalBlocks && in HandleElifDirective()
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h834 bool RetainExcludedConditionalBlocks = false,
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp1739 bool RetainExcludedConditionalBlocks, in LoadFromCommandLine() argument
1767 PPOpts.RetainExcludedConditionalBlocks = RetainExcludedConditionalBlocks; in LoadFromCommandLine()