Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPPDirectives.cpp407 bool ShouldEnter; in SkipExcludedConditionalBlock() local
413 ShouldEnter = false; in SkipExcludedConditionalBlock()
420 ShouldEnter = EvaluateDirectiveExpression(IfNDefMacro); in SkipExcludedConditionalBlock()
429 if (ShouldEnter) { in SkipExcludedConditionalBlock()
434 ShouldEnter, CondInfo.IfLoc); in SkipExcludedConditionalBlock()
521 bool ShouldEnter = EvaluateDirectiveExpression(IfNDefMacro); in PTHSkipExcludedConditionalBlock() local
525 if (ShouldEnter) { in PTHSkipExcludedConditionalBlock()