Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h133 << (AL.isRegularKeywordAttribute() || A->isRegularKeywordAttribute()); in checkAttrMutualExclusion()
145 << (AL.isRegularKeywordAttribute() || A->isRegularKeywordAttribute()); in checkAttrMutualExclusion()
H A DDeclSpec.h2037 AL.isRegularKeywordAttribute()); in Declarator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAVR.cpp26 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleInterruptAttr()
39 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleSignalAttr()
H A DSemaSwift.cpp32 << (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 DSemaMSP430.cpp30 << AL << AL.isRegularKeywordAttribute() << ExpectedFunctionOrMethod; in handleInterruptAttr()
H A DSemaDeclAttr.cpp1525 << (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 DParsedAttr.cpp223 if (isRegularKeywordAttribute()) in slidesFromDeclToDeclSpecLegacyBehavior()
H A DSemaWasm.cpp322 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleWebAssemblyExportNameAttr()
H A DSemaMIPS.cpp268 << AL << AL.isRegularKeywordAttribute() << ExpectedFunctionOrMethod; in handleInterruptAttr()
H A DSemaX86.cpp894 << AL << AL.isRegularKeywordAttribute() in handleAnyInterruptAttr()
964 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleForceAlignArgPointerAttr()
H A DSemaStmtAttr.cpp634 S.Diag(A.getLoc(), A.isRegularKeywordAttribute() in ProcessStmtAttribute()
680 << A << A.isRegularKeywordAttribute() << St->getBeginLoc(); in ProcessStmtAttribute()
H A DSemaType.cpp113 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 DSemaObjC.cpp1863 << AL.getRange() << AL << AL.isRegularKeywordAttribute() in handleXReturnsXRetainedAttr()
2144 << AL.getRange() << AL << AL.isRegularKeywordAttribute() in handleOwnershipAttr()
H A DSemaRISCV.cpp1457 << AL << AL.isRegularKeywordAttribute() << ExpectedFunction; in handleInterruptAttr()
/freebsd/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/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h126 bool isRegularKeywordAttribute() const { in isRegularKeywordAttribute() function
127 return tok::isRegularKeywordAttribute(getKind()); in isRegularKeywordAttribute()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp656 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 DParseTentative.cpp744 if (Tok.isRegularKeywordAttribute()) in isCXX11AttributeSpecifier()
887 Tok.isRegularKeywordAttribute()) { in TrySkipAttributes()
898 } else if (Tok.isRegularKeywordAttribute() && in TrySkipAttributes()
H A DParseDecl.cpp1877 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 DParseExprCXX.cpp1441 << Tok.getIdentifierInfo() << Tok.isRegularKeywordAttribute(); in ParseLambdaExpressionAfterIntroducer()
1491 Tok.isRegularKeywordAttribute() || in ParseLambdaExpressionAfterIntroducer()
H A DParseStmt.cpp353 (AL.isRegularKeywordAttribute() in ParseStatementOrDeclarationAfterAttributes()
H A DParsePragma.cpp1913 Tok.isRegularKeywordAttribute()) { in HandlePragmaAttribute()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2652 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 DParser.h2805 return (Tok.isRegularKeywordAttribute() ||
2821 if (!Tok.isRegularKeywordAttribute() && in CheckMisplacedCXX11Attribute()

12