Searched refs:doesKeywordAttributeTakeArgs (Results 1 – 4 of 4) sorted by relevance
288 inline bool doesKeywordAttributeTakeArgs(tok::TokenKind Kind) { in doesKeywordAttributeTakeArgs() function
1904 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseClassSpecifier()4623 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseCXX11AttributeSpecifierInternal()4801 !doesKeywordAttributeTakeArgs(Tok.getKind())) { in SkipCXX11Attributes()
750 !doesKeywordAttributeTakeArgs(Tok.getKind())) { in TrySkipAttributes()
6869 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseDirectDeclarator()