Searched refs:isAccessSpecifierKeyword (Results 1 – 3 of 3) sorted by relevance
685 bool isAccessSpecifierKeyword() const { in isAccessSpecifierKeyword() function690 if (!isAccessSpecifierKeyword())1648 if (Tok.isAccessSpecifierKeyword())1711 if (Tok.isAccessSpecifierKeyword()) in isCSharpKeyword()
1471 if (FormatTok->isAccessSpecifierKeyword()) { in parseStructuralElement()2096 (Tokens->peekNextToken()->isAccessSpecifierKeyword() || in parseStructuralElement()2097 (Previous && Previous->isAccessSpecifierKeyword()))) { in parseStructuralElement()2189 IsAccessorKeyword || Tok->isAccessSpecifierKeyword() || in tryToParsePropertyAccessor()
653 if (AttrTok->isAccessSpecifierKeyword() || in isCSharpAttributeSpecifier()1428 if (Prev->isAccessSpecifierKeyword()) in consumeToken()5139 if ((Left.isAccessSpecifierKeyword() || in spaceRequiredBefore()5264 if ((Left.isAccessSpecifierKeyword() || in spaceRequiredBefore()5914 FirstNonComment->isAccessSpecifierKeyword()); in mustBreakBefore()6100 (NonComment->isAccessSpecifierKeyword() || in canBreakBefore()