Home
last modified time | relevance | path

Searched refs:isRegularKeywordAttribute (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h105 IsRegularKeywordAttribute(tok::isRegularKeywordAttribute(Tok)) {} in Form()
110 bool isRegularKeywordAttribute() const { return IsRegularKeywordAttribute; } in isRegularKeywordAttribute() function
148 IsRegularKeywordAttribute(FormUsed.isRegularKeywordAttribute()) { in AttributeCommonInfo()
225 bool isRegularKeywordAttribute() const { return IsRegularKeywordAttribute; } in isRegularKeywordAttribute() function
H A DTokenKinds.h110 inline constexpr bool isRegularKeywordAttribute(TokenKind K) { in isRegularKeywordAttribute() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h125 bool isRegularKeywordAttribute() const { in isRegularKeywordAttribute() function
126 return tok::isRegularKeywordAttribute(getKind()); in isRegularKeywordAttribute()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp279 << (AL.isRegularKeywordAttribute() || A->isRegularKeywordAttribute()); in checkAttrMutualExclusion()
291 << (AL.isRegularKeywordAttribute() || A->isRegularKeywordAttribute()); in checkAttrMutualExclusion()
2265 << AL << AL.isRegularKeywordAttribute() in handleAnalyzerNoReturnAttr()
3139 << AL << AL.isRegularKeywordAttribute() in handleSentinelAttr()
3145 << AL << AL.isRegularKeywordAttribute() in handleSentinelAttr()
3936 << (CI.isRegularKeywordAttribute() || in mergeErrorAttr()
3937 EA->isRegularKeywordAttribute()); in mergeErrorAttr()
4997 SNA.isRegularKeywordAttribute()); in mergeSwiftNameAttr()
5562 << (CI.isRegularKeywordAttribute() || in AddParameterABIAttr()
7633 << AL << AL.isRegularKeywordAttribute() in handleAnyX86InterruptAttr()
[all …]
H A DParsedAttr.cpp217 if (isRegularKeywordAttribute()) in slidesFromDeclToDeclSpecLegacyBehavior()
H A DSemaStmtAttr.cpp582 S.Diag(A.getLoc(), A.isRegularKeywordAttribute() in ProcessStmtAttribute()
624 << A << A.isRegularKeywordAttribute() << St->getBeginLoc(); in ProcessStmtAttribute()
H A DSemaType.cpp108 S.Diag(loc, attr.isRegularKeywordAttribute() in diagnoseBadTypeAttribute()
703 if (attr.isStandardAttributeSyntax() || attr.isRegularKeywordAttribute()) in distributeTypeAttrsFromDeclarator()
7913 << (OtherAttr->isRegularKeywordAttribute() || in checkMutualExclusion()
7914 Attr.isRegularKeywordAttribute()); in checkMutualExclusion()
8085 << attr.isRegularKeywordAttribute(); in handleFunctionTypeAttr()
8232 << attr.isRegularKeywordAttribute(); in handleFunctionTypeAttr()
8265 << attr.isRegularKeywordAttribute(); in handleFunctionTypeAttr()
8825 if (attr.isStandardAttributeSyntax() || attr.isRegularKeywordAttribute()) { in processTypeAttrs()
8860 attr.isRegularKeywordAttribute()) && in processTypeAttrs()
8863 << attr << attr.isRegularKeywordAttribute(); in processTypeAttrs()
[all …]
H A DSemaDeclCXX.cpp2863 << AL << AL.isRegularKeywordAttribute() << AL.getRange(); in ActOnBaseSpecifier()
H A DSemaDecl.cpp5392 else if (AL.isRegularKeywordAttribute()) in ParsedFreeStandingDeclSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp639 NextToken().isRegularKeywordAttribute() || in ParseUsingDeclarator()
775 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in ParseUsingDeclaration()
1409 if (Tok.isRegularKeywordAttribute()) in isValidAfterTypeSpecifier()
1870 NextToken().isRegularKeywordAttribute() || in ParseClassSpecifier()
1892 } else if (Tok.isRegularKeywordAttribute()) { in ParseClassSpecifier()
1938 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in ParseClassSpecifier()
3070 if (AL.isCXX11Attribute() || AL.isRegularKeywordAttribute()) { in ParseCXXClassMemberDeclaration()
3072 (AL.isRegularKeywordAttribute() in ParseCXXClassMemberDeclaration()
4545 if (Tok.isRegularKeywordAttribute()) { in ParseCXX11AttributeSpecifierInternal()
4700 Tok.isRegularKeywordAttribute() ? Tok.getIdentifierInfo() : nullptr; in DiagnoseAndSkipCXX11Attributes()
[all …]
H A DParseTentative.cpp743 if (Tok.isRegularKeywordAttribute()) in isCXX11AttributeSpecifier()
886 Tok.isRegularKeywordAttribute()) { in TrySkipAttributes()
897 } else if (Tok.isRegularKeywordAttribute() && in TrySkipAttributes()
H A DParseDecl.cpp1770 Tok.is(tok::kw_alignas) || Tok.isRegularKeywordAttribute()); in DiagnoseMisplacedCXX11Attribute()
1790 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in DiagnoseProhibitedAttributes()
1797 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in DiagnoseProhibitedAttributes()
1833 if (AL.isRegularKeywordAttribute()) { in ProhibitCXX11Attributes()
1855 << PA << PA.isRegularKeywordAttribute() << PA.getRange(); in DiagnoseCXX11AttributeExtension()
2091 return Tok.isRegularKeywordAttribute(); in MightBeDeclarator()
2095 return Tok.isRegularKeywordAttribute(); in MightBeDeclarator()
3393 if (Tok.isRegularKeywordAttribute()) in ParseDeclarationSpecifiers()
3403 !PA.isRegularKeywordAttribute()) in ParseDeclarationSpecifiers()
3423 << PA << PA.isRegularKeywordAttribute(); in ParseDeclarationSpecifiers()
[all …]
H A DParseExprCXX.cpp1356 << Tok.getIdentifierInfo() << Tok.isRegularKeywordAttribute(); in ParseLambdaExpressionAfterIntroducer()
1406 Tok.isRegularKeywordAttribute() || in ParseLambdaExpressionAfterIntroducer()
H A DParseStmt.cpp338 (AL.isRegularKeywordAttribute() in ParseStatementOrDeclarationAfterAttributes()
H A DParsePragma.cpp1903 Tok.isRegularKeywordAttribute()) { in HandlePragmaAttribute()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2488 static bool isRegularKeywordAttribute(const FlattenedSpelling &S) { in isRegularKeywordAttribute() function
2501 << (isRegularKeywordAttribute(Spelling) ? "true" : "false") in emitFormInitializer()
3584 if (!isRegularKeywordAttribute(S)) in EmitClangRegularKeywordAttributeInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2741 return (Tok.isRegularKeywordAttribute() ||
2757 if (!Tok.isRegularKeywordAttribute() && in CheckMisplacedCXX11Attribute()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1976 AL.isRegularKeywordAttribute()); in Declarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4467 Record.push_back(A->isRegularKeywordAttribute()); in AddAttr()