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.h672 bool isAccessSpecifierKeyword() const { in isAccessSpecifierKeyword() function
677 if (!isAccessSpecifierKeyword())
1669 if (Tok.isAccessSpecifierKeyword())
1732 if (Tok.isAccessSpecifierKeyword()) in isCSharpKeyword()
H A DTokenAnnotator.cpp657 if (AttrTok->isAccessSpecifierKeyword() || in isCSharpAttributeSpecifier()
1435 if (Prev->isAccessSpecifierKeyword()) in consumeToken()
5015 if ((Left.isAccessSpecifierKeyword() || in spaceRequiredBefore()
5140 if ((Left.isAccessSpecifierKeyword() || in spaceRequiredBefore()
5766 FirstNonComment->isAccessSpecifierKeyword()); in mustBreakBefore()
5952 (NonComment->isAccessSpecifierKeyword() || in canBreakBefore()
H A DUnwrappedLineParser.cpp1465 if (FormatTok->isAccessSpecifierKeyword()) { in parseStructuralElement()
2169 if (Tok->isAccessSpecifierKeyword() || in tryToParsePropertyAccessor()