Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h664 bool isAttribute() const { in isAttribute() function
690 isAttribute(); in canBePointerOrReferenceQualifier()
788 if (isAttribute()) in isFunctionLikeKeyword()
H A DUnwrappedLineParser.cpp369 if (FormatTok->isAttribute()) { in parseLevel()
2252 if (FormatTok->isTypeName(LangOpts) || FormatTok->isAttribute()) { in tryToParseLambda()
2787 if (FormatTok->isAttribute()) in handleAttributes()
4009 FormatTok->isAttribute() || in parseRecord()
H A DTokenAnnotator.cpp437 if (PrevNonComment->isAttribute()) { in parseParens()
1562 (!Previous->isAttribute() && in consumeToken()
2802 Tok && Tok->isAttribute()) { in rParenEndsCast()
6233 if (Right.isAttribute()) in canBreakBefore()