| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Attr.h | 133 << (AL.isRegularKeywordAttribute() || A->isRegularKeywordAttribute()); in checkAttrMutualExclusion() 145 << (AL.isRegularKeywordAttribute() || A->isRegularKeywordAttribute()); in checkAttrMutualExclusion()
|
| H A D | DeclSpec.h | 2040 AL.isRegularKeywordAttribute()); in Declarator()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAVR.cpp | 26 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleInterruptAttr() 51 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleSignalAttr()
|
| H A D | SemaSwift.cpp | 32 << (PrevSNA->isRegularKeywordAttribute() || in mergeNameAttr() 33 SNA.isRegularKeywordAttribute()); in mergeNameAttr() 541 << AL << AL.isRegularKeywordAttribute() in DiagnoseName() 663 << AL << AL.isRegularKeywordAttribute() << ExpectedTypedef; in handleNewType() 733 << (CI.isRegularKeywordAttribute() || in AddParameterABIAttr() 734 existingAttr->isRegularKeywordAttribute()); in AddParameterABIAttr()
|
| H A D | SemaMSP430.cpp | 30 << AL << AL.isRegularKeywordAttribute() << ExpectedFunctionOrMethod; in handleInterruptAttr()
|
| H A D | SemaDeclAttr.cpp | 882 << Attrs << Attrs.isRegularKeywordAttribute() in handleCFIUncheckedCalleeAttr() 1555 << (AL.isRegularKeywordAttribute() || in handleOwnershipAttr() 1556 I->isRegularKeywordAttribute()); in handleOwnershipAttr() 1934 << AL << AL.isRegularKeywordAttribute() << ExpectedNonMemberFunction; in handleNakedAttr() 2001 << Attrs << Attrs.isRegularKeywordAttribute() in handleNoReturnAttr() 2043 if (AL.isRegularKeywordAttribute()) in CheckAttrTarget() 2064 << AL << AL.isRegularKeywordAttribute() in handleAnalyzerNoReturnAttr() 2773 << AL << AL.isRegularKeywordAttribute() << ExpectedTypeOrNamespace; in handleVisibilityAttr() 2885 << AL << AL.isRegularKeywordAttribute() in handleSentinelAttr() 2891 << AL << AL.isRegularKeywordAttribute() in handleSentinelAttr() [all …]
|
| H A D | SemaStmtAttr.cpp | 675 if (A.isRegularKeywordAttribute() || A.isDeclspecAttribute()) { in ProcessStmtAttribute() 676 S.Diag(A.getLoc(), A.isRegularKeywordAttribute() in ProcessStmtAttribute() 735 << A << A.isRegularKeywordAttribute() << St->getBeginLoc(); in ProcessStmtAttribute()
|
| H A D | ParsedAttr.cpp | 213 if (isRegularKeywordAttribute()) in slidesFromDeclToDeclSpecLegacyBehavior()
|
| H A D | SemaWasm.cpp | 335 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleWebAssemblyExportNameAttr()
|
| H A D | SemaMIPS.cpp | 269 << AL << AL.isRegularKeywordAttribute() << ExpectedFunctionOrMethod; in handleInterruptAttr()
|
| H A D | SemaX86.cpp | 981 << AL << AL.isRegularKeywordAttribute() in handleAnyInterruptAttr() 1051 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleForceAlignArgPointerAttr()
|
| H A D | SemaType.cpp | 112 S.Diag(loc, attr.isRegularKeywordAttribute() in diagnoseBadTypeAttribute() 725 if (attr.isStandardAttributeSyntax() || attr.isRegularKeywordAttribute()) in distributeTypeAttrsFromDeclarator() 7701 << (OtherAttr->isRegularKeywordAttribute() || in checkMutualExclusion() 7702 Attr.isRegularKeywordAttribute()); in checkMutualExclusion() 7823 << attr << attr.isRegularKeywordAttribute() in handleFunctionTypeAttr() 7933 << attr.isRegularKeywordAttribute(); in handleFunctionTypeAttr() 7967 << attr << attr.isRegularKeywordAttribute() in handleFunctionTypeAttr() 8093 << attr.isRegularKeywordAttribute(); in handleFunctionTypeAttr() 8126 << attr.isRegularKeywordAttribute(); in handleFunctionTypeAttr() 8716 << Attr << Attr.isRegularKeywordAttribute() in HandleLifetimeBoundAttr() [all …]
|
| H A D | SemaObjC.cpp | 1861 << AL.getRange() << AL << AL.isRegularKeywordAttribute() in handleXReturnsXRetainedAttr() 2142 << AL.getRange() << AL << AL.isRegularKeywordAttribute() in handleOwnershipAttr()
|
| H A D | SemaRISCV.cpp | 1506 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleInterruptAttr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttributeCommonInfo.h | 116 IsRegularKeywordAttribute(tok::isRegularKeywordAttribute(Tok)) {} in Form() 121 bool isRegularKeywordAttribute() const { return IsRegularKeywordAttribute; } in isRegularKeywordAttribute() function 158 IsRegularKeywordAttribute(FormUsed.isRegularKeywordAttribute()) { in AttributeCommonInfo() 252 bool isRegularKeywordAttribute() const { return IsRegularKeywordAttribute; } in isRegularKeywordAttribute() function
|
| H A D | TokenKinds.h | 110 inline constexpr bool isRegularKeywordAttribute(TokenKind K) { in isRegularKeywordAttribute() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Token.h | 128 bool isRegularKeywordAttribute() const { in isRegularKeywordAttribute() function 129 return tok::isRegularKeywordAttribute(getKind()); in isRegularKeywordAttribute()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 591 NextToken().isRegularKeywordAttribute() || in ParseUsingDeclarator() 737 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in ParseUsingDeclaration() 1451 if (Tok.isRegularKeywordAttribute()) in isValidAfterTypeSpecifier() 1881 NextToken().isRegularKeywordAttribute() || in ParseClassSpecifier() 1903 } else if (Tok.isRegularKeywordAttribute()) { in ParseClassSpecifier() 1949 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in ParseClassSpecifier() 3161 if (AL.isCXX11Attribute() || AL.isRegularKeywordAttribute()) { in ParseCXXClassMemberDeclaration() 3163 (AL.isRegularKeywordAttribute() in ParseCXXClassMemberDeclaration() 4619 if (Tok.isRegularKeywordAttribute()) { in ParseCXX11AttributeSpecifierInternal() 4775 Tok.isRegularKeywordAttribute() ? Tok.getIdentifierInfo() : nullptr; in DiagnoseAndSkipCXX11Attributes() [all …]
|
| H A D | ParseTentative.cpp | 592 if (Tok.isRegularKeywordAttribute()) in isCXX11AttributeSpecifier() 736 Tok.isRegularKeywordAttribute()) { in TrySkipAttributes() 749 } else if (Tok.isRegularKeywordAttribute() && in TrySkipAttributes()
|
| H A D | ParseDecl.cpp | 1764 Tok.is(tok::kw_alignas) || Tok.isRegularKeywordAttribute()); in DiagnoseMisplacedCXX11Attribute() 1768 Tok.isRegularKeywordAttribute() ? Tok.getIdentifierInfo() : nullptr; in DiagnoseMisplacedCXX11Attribute() 1784 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in DiagnoseProhibitedAttributes() 1791 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in DiagnoseProhibitedAttributes() 1827 if (AL.isRegularKeywordAttribute()) { in ProhibitCXX11Attributes() 1848 if (PA.isStandardAttributeSyntax() || PA.isRegularKeywordAttribute()) in DiagnoseCXX11AttributeExtension() 1850 << PA << PA.isRegularKeywordAttribute() << PA.getRange(); in DiagnoseCXX11AttributeExtension() 2037 return Tok.isRegularKeywordAttribute(); in MightBeDeclarator() 2041 return Tok.isRegularKeywordAttribute(); in MightBeDeclarator() 3422 if (Tok.isRegularKeywordAttribute()) in ParseDeclarationSpecifiers() [all …]
|
| H A D | ParseExprCXX.cpp | 1301 << Tok.getIdentifierInfo() << Tok.isRegularKeywordAttribute(); in ParseLambdaExpressionAfterIntroducer() 1351 Tok.isRegularKeywordAttribute() || in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseStmt.cpp | 317 (AL.isRegularKeywordAttribute() in ParseStatementOrDeclarationAfterAttributes()
|
| H A D | ParsePragma.cpp | 1897 Tok.isRegularKeywordAttribute()) { in HandlePragmaAttribute()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 2674 static bool isRegularKeywordAttribute(const FlattenedSpelling &S) { in isRegularKeywordAttribute() function 2687 << (isRegularKeywordAttribute(Spelling) ? "true" : "false") in emitFormInitializer() 3773 if (!isRegularKeywordAttribute(S)) in EmitClangRegularKeywordAttributeInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2059 if (!Tok.isRegularKeywordAttribute() && in CheckMisplacedCXX11Attribute() 2963 return (Tok.isRegularKeywordAttribute() ||
|