Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp87 static bool isCppAttribute(bool IsCpp, const FormatToken &Tok) { in isCppAttribute() function
635 isCppAttribute(Style.isCpp(), *Left) || IsInnerSquare; in parseSquare()
2391 isCppAttribute(Style.isCpp(), *Tok.Next)) { in rParenEndsCast()
3365 } else if (isCppAttribute(IsCpp, *Next)) { in isFunctionDeclarationName()