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.h288 inline bool doesKeywordAttributeTakeArgs(tok::TokenKind Kind) { in doesKeywordAttributeTakeArgs() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1904 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseClassSpecifier()
4623 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseCXX11AttributeSpecifierInternal()
4801 !doesKeywordAttributeTakeArgs(Tok.getKind())) { in SkipCXX11Attributes()
H A DParseTentative.cpp750 !doesKeywordAttributeTakeArgs(Tok.getKind())) { in TrySkipAttributes()
H A DParseDecl.cpp6869 bool TakesArgs = doesKeywordAttributeTakeArgs(Tok.getKind()); in ParseDirectDeclarator()