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.h681 bool isAttribute() const { in isAttribute() function
703 isAttribute(); in canBePointerOrReferenceQualifier()
790 if (isAttribute()) in isFunctionLikeKeyword()
H A DUnwrappedLineParser.cpp363 if (FormatTok->isAttribute()) { in parseLevel()
2273 if (FormatTok->isTypeName(LangOpts) || FormatTok->isAttribute()) { in tryToParseLambda()
2852 if (FormatTok->isAttribute()) in handleAttributes()
4027 FormatTok->isAttribute() || in parseRecord()
H A DTokenAnnotator.cpp436 if (PrevNonComment->isAttribute()) { in parseParens()
1552 (!Prev->isAttribute() && in consumeToken()
2830 Tok && Tok->isAttribute()) { in rParenEndsCast()
6389 if (Right.isAttribute()) in canBreakBefore()