| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttributeCommonInfo.h | 105 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 D | TokenKinds.h | 110 inline constexpr bool isRegularKeywordAttribute(TokenKind K) { in isRegularKeywordAttribute() function
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Token.h | 125 bool isRegularKeywordAttribute() const { in isRegularKeywordAttribute() function 126 return tok::isRegularKeywordAttribute(getKind()); in isRegularKeywordAttribute()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 279 << (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 D | ParsedAttr.cpp | 217 if (isRegularKeywordAttribute()) in slidesFromDeclToDeclSpecLegacyBehavior()
|
| H A D | SemaStmtAttr.cpp | 582 S.Diag(A.getLoc(), A.isRegularKeywordAttribute() in ProcessStmtAttribute() 624 << A << A.isRegularKeywordAttribute() << St->getBeginLoc(); in ProcessStmtAttribute()
|
| H A D | SemaType.cpp | 108 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 D | SemaDeclCXX.cpp | 2863 << AL << AL.isRegularKeywordAttribute() << AL.getRange(); in ActOnBaseSpecifier()
|
| H A D | SemaDecl.cpp | 5392 else if (AL.isRegularKeywordAttribute()) in ParsedFreeStandingDeclSpec()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 639 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 D | ParseTentative.cpp | 743 if (Tok.isRegularKeywordAttribute()) in isCXX11AttributeSpecifier() 886 Tok.isRegularKeywordAttribute()) { in TrySkipAttributes() 897 } else if (Tok.isRegularKeywordAttribute() && in TrySkipAttributes()
|
| H A D | ParseDecl.cpp | 1770 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 D | ParseExprCXX.cpp | 1356 << Tok.getIdentifierInfo() << Tok.isRegularKeywordAttribute(); in ParseLambdaExpressionAfterIntroducer() 1406 Tok.isRegularKeywordAttribute() || in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseStmt.cpp | 338 (AL.isRegularKeywordAttribute() in ParseStatementOrDeclarationAfterAttributes()
|
| H A D | ParsePragma.cpp | 1903 Tok.isRegularKeywordAttribute()) { in HandlePragmaAttribute()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 2488 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 D | Parser.h | 2741 return (Tok.isRegularKeywordAttribute() || 2757 if (!Tok.isRegularKeywordAttribute() && in CheckMisplacedCXX11Attribute()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1976 AL.isRegularKeywordAttribute()); in Declarator()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4467 Record.push_back(A->isRegularKeywordAttribute()); in AddAttr()
|