Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DspellCheck.cpp605 bool isColon = ':' == ch; in wordCheck() local
606 hasColon |= isColon; in wordCheck()
614 if (isColon || isDot || isUnderscore || isParen) { in wordCheck()
/external/llvm-project/mlir/lib/Parser/
DAffineParser.cpp525 bool isColon = getToken().is(Token::colon); in parseAffineMapOrIntegerSetInline() local
526 if (!isArrow && !isColon) { in parseAffineMapOrIntegerSetInline()