Home
last modified time | relevance | path

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

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