Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp51 if (Tok->isAttribute()) { in skipAttribute()
H A DFormatToken.h639 bool isAttribute() const { in isAttribute() function
661 isAttribute(); in canBePointerOrReferenceQualifier()
738 if (isAttribute()) in isFunctionLikeKeyword()
H A DUnwrappedLineParser.cpp358 if (FormatTok->isAttribute()) { in parseLevel()
2729 if (FormatTok->isAttribute()) in handleAttributes()
3929 FormatTok->isAttribute() || in parseRecord()
H A DTokenAnnotator.cpp394 if (PrevNonComment->isAttribute()) { in parseParens()
1231 (!Previous->isAttribute() && in consumeToken()
2420 Tok && Tok->isAttribute()) { in rParenEndsCast()
5699 if (Right.isAttribute()) in canBreakBefore()