Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DspellCheck.cpp609 bool isParen = '(' == ch || ')' == ch || '~' == ch || '=' == ch || '!' == ch || in wordCheck() local
611 hasParen |= isParen; in wordCheck()
614 if (isColon || isDot || isUnderscore || isParen) { in wordCheck()
/external/skia/tools/bookmaker/
DspellCheck.cpp609 bool isParen = '(' == ch || ')' == ch || '~' == ch || '=' == ch || '!' == ch || in wordCheck() local
611 hasParen |= isParen; in wordCheck()
614 if (isColon || isDot || isUnderscore || isParen) { in wordCheck()
/external/clang/include/clang/Sema/
DDeclSpec.h1598 bool isParen() const { in isParen() function
2036 if (!DeclTypeInfo[i].isParen()) in getInnermostNonParenChunk()
2047 if (!DeclTypeInfo[i-1].isParen()) in getOutermostNonParenChunk()