Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h685 bool isAccessSpecifierKeyword() const { in isAccessSpecifierKeyword() function
690 if (!isAccessSpecifierKeyword())
1648 if (Tok.isAccessSpecifierKeyword())
1711 if (Tok.isAccessSpecifierKeyword()) in isCSharpKeyword()
H A DUnwrappedLineParser.cpp1471 if (FormatTok->isAccessSpecifierKeyword()) { in parseStructuralElement()
2096 (Tokens->peekNextToken()->isAccessSpecifierKeyword() || in parseStructuralElement()
2097 (Previous && Previous->isAccessSpecifierKeyword()))) { in parseStructuralElement()
2189 IsAccessorKeyword || Tok->isAccessSpecifierKeyword() || in tryToParsePropertyAccessor()
H A DTokenAnnotator.cpp653 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()