Searched refs:doesKeywordAttributeTakeArgs (Results 1 – 4 of 4) sorted by relevance
259 inline bool doesKeywordAttributeTakeArgs(tok::TokenKind Kind) { in doesKeywordAttributeTakeArgs() function
1893 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseClassSpecifier()4549 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseCXX11AttributeSpecifierInternal()4726 !doesKeywordAttributeTakeArgs(Tok.getKind())) { in SkipCXX11Attributes()
898 !doesKeywordAttributeTakeArgs(Tok.getKind())) { in TrySkipAttributes()
6794 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseDirectDeclarator()