Searched refs:AS_Keyword (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttributeCommonInfo.h | 42 AS_Keyword, enumerator 165 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 135 SyntaxUsed = AttributeCommonInfo::AS_Keyword; in get()
|
| H A D | SemaOpenMP.cpp | 3926 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 3971 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4029 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4074 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4125 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4172 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4259 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
|
| H A D | SemaDecl.cpp | 7277 AttributeCommonInfo::AS_Keyword, ConstInitAttr::Keyword_constinit)); in ActOnVariableDeclarator() 9503 AttributeCommonInfo::AS_Keyword)); in ActOnFunctionDeclarator() 16522 Context, FinalLoc, AttributeCommonInfo::AS_Keyword, in ActOnStartCXXMemberDeclarations()
|
| H A D | SemaDeclCXX.cpp | 3496 AttributeCommonInfo::AS_Keyword)); in ActOnCXXMemberDeclarator() 3499 Context, VS.getFinalLoc(), AttributeCommonInfo::AS_Keyword, in ActOnCXXMemberDeclarator()
|
| H A D | SemaType.cpp | 4728 : ParsedAttr::AS_Keyword; in GetFullTypeForDeclarator()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 782 ParsedAttr::AS_Keyword); in ParseMicrosoftTypeAttributes() 833 ParsedAttr::AS_Keyword); in ParseBorlandTypeAttributes() 843 ParsedAttr::AS_Keyword); in ParseOpenCLKernelAttributes() 851 ParsedAttr::AS_Keyword); in ParseOpenCLQualifiers() 868 ParsedAttr::AS_Keyword); in ParseNullabilityTypeSpecifiers() 2867 ParsedAttr::AS_Keyword, EllipsisLoc); in ParseAlignmentSpecifier() 3570 nullptr, 0, ParsedAttr::AS_Keyword); in ParseDeclarationSpecifiers() 3614 nullptr, 0, ParsedAttr::AS_Keyword); in ParseDeclarationSpecifiers() 5615 nullptr, 0, ParsedAttr::AS_Keyword); in ParseTypeQualifierListOpt()
|
| H A D | ParseDeclCXX.cpp | 1308 ParsedAttr::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()
|