Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp48 const FormatToken *skipAttribute(const FormatToken *Tok) { in skipAttribute() function
79 Tok = skipAttribute(Tok); in computeName()
97 Tok = skipAttribute(Tok); in computeName()
131 const FormatToken *TokAfterAttr = skipAttribute(Tok); in computeName()