Searched refs:doesKeywordAttributeTakeArgs (Results 1 – 4 of 4) sorted by relevance
259 inline bool doesKeywordAttributeTakeArgs(tok::TokenKind Kind) { in doesKeywordAttributeTakeArgs() function
2057 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseClassSpecifier()4817 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseCXX11AttributeSpecifierInternal()4996 !doesKeywordAttributeTakeArgs(Tok.getKind())) { in SkipCXX11Attributes()
899 !doesKeywordAttributeTakeArgs(Tok.getKind())) { in TrySkipAttributes()
7203 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseDirectDeclarator()