Searched refs:isColon (Results 1 – 2 of 2) sorted by relevance
605 bool isColon = ':' == ch; in wordCheck() local606 hasColon |= isColon; in wordCheck()614 if (isColon || isDot || isUnderscore || isParen) { in wordCheck()
525 bool isColon = getToken().is(Token::colon); in parseAffineMapOrIntegerSetInline() local526 if (!isArrow && !isColon) { in parseAffineMapOrIntegerSetInline()