| /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 | 2037 AL.isRegularKeywordAttribute()); in Declarator()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAVR.cpp | 26 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleInterruptAttr() 39 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleSignalAttr()
|
| H A D | SemaSwift.cpp | 32 << (PrevSNA->isRegularKeywordAttribute() || in mergeNameAttr() 33 SNA.isRegularKeywordAttribute()); in mergeNameAttr() 527 << AL << AL.isRegularKeywordAttribute() in DiagnoseName() 649 << AL << AL.isRegularKeywordAttribute() << "typedefs"; in handleNewType() 719 << (CI.isRegularKeywordAttribute() || in AddParameterABIAttr() 720 existingAttr->isRegularKeywordAttribute()); in AddParameterABIAttr()
|
| H A D | SemaMSP430.cpp | 30 << AL << AL.isRegularKeywordAttribute() << ExpectedFunctionOrMethod; in handleInterruptAttr()
|
| H A D | SemaDeclAttr.cpp | 1525 << (AL.isRegularKeywordAttribute() || in handleOwnershipAttr() 1526 I->isRegularKeywordAttribute()); in handleOwnershipAttr() 1818 << AL << AL.isRegularKeywordAttribute() << "non-member functions"; in handleNakedAttr() 1831 << Attrs << Attrs.isRegularKeywordAttribute() in handleNoReturnAttr() 1873 Diag(AL.getLoc(), AL.isRegularKeywordAttribute() in CheckAttrTarget() 1895 << AL << AL.isRegularKeywordAttribute() in handleAnalyzerNoReturnAttr() 2567 << AL << AL.isRegularKeywordAttribute() << ExpectedTypeOrNamespace; in handleVisibilityAttr() 2679 << AL << AL.isRegularKeywordAttribute() in handleSentinelAttr() 2685 << AL << AL.isRegularKeywordAttribute() in handleSentinelAttr() 2711 << AL << AL.isRegularKeywordAttribute() in handleWarnUnusedResult() [all …]
|
| H A D | ParsedAttr.cpp | 223 if (isRegularKeywordAttribute()) in slidesFromDeclToDeclSpecLegacyBehavior()
|
| H A D | SemaWasm.cpp | 322 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleWebAssemblyExportNameAttr()
|
| H A D | SemaMIPS.cpp | 268 << AL << AL.isRegularKeywordAttribute() << ExpectedFunctionOrMethod; in handleInterruptAttr()
|
| H A D | SemaX86.cpp | 894 << AL << AL.isRegularKeywordAttribute() in handleAnyInterruptAttr() 964 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleForceAlignArgPointerAttr()
|
| H A D | SemaStmtAttr.cpp | 634 S.Diag(A.getLoc(), A.isRegularKeywordAttribute() in ProcessStmtAttribute() 680 << A << A.isRegularKeywordAttribute() << St->getBeginLoc(); in ProcessStmtAttribute()
|
| H A D | SemaType.cpp | 113 S.Diag(loc, attr.isRegularKeywordAttribute() in diagnoseBadTypeAttribute() 714 if (attr.isStandardAttributeSyntax() || attr.isRegularKeywordAttribute()) in distributeTypeAttrsFromDeclarator() 7605 << (OtherAttr->isRegularKeywordAttribute() || in checkMutualExclusion() 7606 Attr.isRegularKeywordAttribute()); in checkMutualExclusion() 7776 << attr.isRegularKeywordAttribute(); in handleFunctionTypeAttr() 7809 attr << attr.isRegularKeywordAttribute() << ExpectedFunctionWithProtoType; in handleFunctionTypeAttr() 7930 << attr.isRegularKeywordAttribute(); in handleFunctionTypeAttr() 7963 << attr.isRegularKeywordAttribute(); in handleFunctionTypeAttr() 8519 if (attr.isStandardAttributeSyntax() || attr.isRegularKeywordAttribute()) { in processTypeAttrs() 8554 attr.isRegularKeywordAttribute()) && in processTypeAttrs() [all …]
|
| H A D | SemaObjC.cpp | 1863 << AL.getRange() << AL << AL.isRegularKeywordAttribute() in handleXReturnsXRetainedAttr() 2144 << AL.getRange() << AL << AL.isRegularKeywordAttribute() in handleOwnershipAttr()
|
| H A D | SemaRISCV.cpp | 1457 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleInterruptAttr()
|
| /freebsd/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/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Token.h | 126 bool isRegularKeywordAttribute() const { in isRegularKeywordAttribute() function 127 return tok::isRegularKeywordAttribute(getKind()); in isRegularKeywordAttribute()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 656 NextToken().isRegularKeywordAttribute() || in ParseUsingDeclarator() 825 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in ParseUsingDeclaration() 1570 if (Tok.isRegularKeywordAttribute()) in isValidAfterTypeSpecifier() 2034 NextToken().isRegularKeywordAttribute() || in ParseClassSpecifier() 2056 } else if (Tok.isRegularKeywordAttribute()) { in ParseClassSpecifier() 2102 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in ParseClassSpecifier() 3237 if (AL.isCXX11Attribute() || AL.isRegularKeywordAttribute()) { in ParseCXXClassMemberDeclaration() 3239 (AL.isRegularKeywordAttribute() in ParseCXXClassMemberDeclaration() 4813 if (Tok.isRegularKeywordAttribute()) { in ParseCXX11AttributeSpecifierInternal() 4970 Tok.isRegularKeywordAttribute() ? Tok.getIdentifierInfo() : nullptr; in DiagnoseAndSkipCXX11Attributes() [all …]
|
| H A D | ParseTentative.cpp | 744 if (Tok.isRegularKeywordAttribute()) in isCXX11AttributeSpecifier() 887 Tok.isRegularKeywordAttribute()) { in TrySkipAttributes() 898 } else if (Tok.isRegularKeywordAttribute() && in TrySkipAttributes()
|
| H A D | ParseDecl.cpp | 1877 Tok.is(tok::kw_alignas) || Tok.isRegularKeywordAttribute()); in DiagnoseMisplacedCXX11Attribute() 1881 Tok.isRegularKeywordAttribute() ? Tok.getIdentifierInfo() : nullptr; in DiagnoseMisplacedCXX11Attribute() 1897 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in DiagnoseProhibitedAttributes() 1904 (FirstAttr && FirstAttr->isRegularKeywordAttribute() in DiagnoseProhibitedAttributes() 1940 if (AL.isRegularKeywordAttribute()) { in ProhibitCXX11Attributes() 1960 if (PA.isStandardAttributeSyntax() || PA.isRegularKeywordAttribute()) in DiagnoseCXX11AttributeExtension() 1962 << PA << PA.isRegularKeywordAttribute() << PA.getRange(); in DiagnoseCXX11AttributeExtension() 2196 return Tok.isRegularKeywordAttribute(); in MightBeDeclarator() 2200 return Tok.isRegularKeywordAttribute(); in MightBeDeclarator() 3646 if (Tok.isRegularKeywordAttribute()) in ParseDeclarationSpecifiers() [all …]
|
| H A D | ParseExprCXX.cpp | 1441 << Tok.getIdentifierInfo() << Tok.isRegularKeywordAttribute(); in ParseLambdaExpressionAfterIntroducer() 1491 Tok.isRegularKeywordAttribute() || in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseStmt.cpp | 353 (AL.isRegularKeywordAttribute() in ParseStatementOrDeclarationAfterAttributes()
|
| H A D | ParsePragma.cpp | 1913 Tok.isRegularKeywordAttribute()) { in HandlePragmaAttribute()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 2652 static bool isRegularKeywordAttribute(const FlattenedSpelling &S) { in isRegularKeywordAttribute() function 2665 << (isRegularKeywordAttribute(Spelling) ? "true" : "false") in emitFormInitializer() 3730 if (!isRegularKeywordAttribute(S)) in EmitClangRegularKeywordAttributeInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2805 return (Tok.isRegularKeywordAttribute() || 2821 if (!Tok.isRegularKeywordAttribute() && in CheckMisplacedCXX11Attribute()
|