Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp555 unsigned IfCount = 0; in ComputePreamble() local
651 if (IfCount == 0) in ComputePreamble()
654 ++IfCount; in ComputePreamble()
659 if (IfCount == 0) in ComputePreamble()
662 --IfCount; in ComputePreamble()
685 if (IfCount) in ComputePreamble()
693 IfCount? IfStartTok.isAtStartOfLine() in ComputePreamble()