Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h259 inline bool doesKeywordAttributeTakeArgs(tok::TokenKind Kind) { in doesKeywordAttributeTakeArgs() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2057 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseClassSpecifier()
4817 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseCXX11AttributeSpecifierInternal()
4996 !doesKeywordAttributeTakeArgs(Tok.getKind())) { in SkipCXX11Attributes()
H A DParseTentative.cpp899 !doesKeywordAttributeTakeArgs(Tok.getKind())) { in TrySkipAttributes()
H A DParseDecl.cpp7203 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseDirectDeclarator()