Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDTokenAnnotator.cpp87 static bool isCppAttribute(bool IsCpp, const FormatToken &Tok) { in isCppAttribute() function
694 isCppAttribute(IsCpp, *Left) || IsInnerSquare; in parseSquare()
2771 isCppAttribute(IsCpp, *AfterRParen)) { in rParenEndsCast()
3780 } else if (isCppAttribute(IsCpp, *Next)) { in isFunctionDeclarationName()