Searched refs:isParen (Results 1 – 3 of 3) sorted by relevance
609 bool isParen = '(' == ch || ')' == ch || '~' == ch || '=' == ch || '!' == ch || in wordCheck() local611 hasParen |= isParen; in wordCheck()614 if (isColon || isDot || isUnderscore || isParen) { in wordCheck()
1598 bool isParen() const { in isParen() function2036 if (!DeclTypeInfo[i].isParen()) in getInnermostNonParenChunk()2047 if (!DeclTypeInfo[i-1].isParen()) in getOutermostNonParenChunk()