Searched refs:hasParens (Results 1 – 3 of 3) sorted by relevance
121 bool hasParens = fEnd + 2 <= fRefEnd && "()" == string(fEnd, 2); in setLower() local122 if (hasParens) { in setLower()
6267 const bool hasParens = Tok.is(tok::l_paren); in ParseTypeofSpecifier() local6277 if (hasParens) in ParseTypeofSpecifier()
7167 const bool hasParens = Tok.is(tok::l_paren); in ParseTypeofSpecifier() local7178 if (hasParens) in ParseTypeofSpecifier()