Searched refs:AS_Keyword (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | AttributeCommonInfo.h | 42 AS_Keyword, enumerator 186 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 135 SyntaxUsed = AttributeCommonInfo::AS_Keyword; in get()
|
| H A D | SemaOpenMP.cpp | 4172 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4217 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4278 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4325 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4378 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4425 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4528 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
|
| H A D | SemaDecl.cpp | 7652 AttributeCommonInfo::AS_Keyword, ConstInitAttr::Keyword_constinit)); in ActOnVariableDeclarator() 9946 AttributeCommonInfo::AS_Keyword)); in ActOnFunctionDeclarator() 17149 Context, FinalLoc, AttributeCommonInfo::AS_Keyword, in ActOnStartCXXMemberDeclarations()
|
| H A D | SemaDeclCXX.cpp | 3545 AttributeCommonInfo::AS_Keyword)); in ActOnCXXMemberDeclarator() 3548 Context, VS.getFinalLoc(), AttributeCommonInfo::AS_Keyword, in ActOnCXXMemberDeclarator()
|
| H A D | SemaType.cpp | 4811 : ParsedAttr::AS_Keyword; in GetFullTypeForDeclarator()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 836 ParsedAttr::AS_Keyword); in ParseMicrosoftTypeAttributes() 887 ParsedAttr::AS_Keyword); in ParseBorlandTypeAttributes() 897 ParsedAttr::AS_Keyword); in ParseOpenCLKernelAttributes() 906 ParsedAttr::AS_Keyword); in ParseCUDAFunctionAttributes() 914 ParsedAttr::AS_Keyword); in ParseOpenCLQualifiers() 931 ParsedAttr::AS_Keyword); in ParseNullabilityTypeSpecifiers() 2960 ParsedAttr::AS_Keyword, EllipsisLoc); in ParseAlignmentSpecifier() 3713 nullptr, 0, ParsedAttr::AS_Keyword); in ParseDeclarationSpecifiers() 3762 nullptr, 0, ParsedAttr::AS_Keyword); in ParseDeclarationSpecifiers() 5778 nullptr, 0, ParsedAttr::AS_Keyword); in ParseTypeQualifierListOpt()
|
| H A D | ParseDeclCXX.cpp | 1328 ParsedAttr::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()
|