Home
last modified time | relevance | path

Searched refs:AS_Keyword (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttributeCommonInfo.h42 AS_Keyword, enumerator
186 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
/llvm-project-15.0.7/clang/lib/Sema/
H A DParsedAttr.cpp135 SyntaxUsed = AttributeCommonInfo::AS_Keyword; in get()
H A DSemaOpenMP.cpp4172 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 DSemaDecl.cpp7652 AttributeCommonInfo::AS_Keyword, ConstInitAttr::Keyword_constinit)); in ActOnVariableDeclarator()
9946 AttributeCommonInfo::AS_Keyword)); in ActOnFunctionDeclarator()
17149 Context, FinalLoc, AttributeCommonInfo::AS_Keyword, in ActOnStartCXXMemberDeclarations()
H A DSemaDeclCXX.cpp3545 AttributeCommonInfo::AS_Keyword)); in ActOnCXXMemberDeclarator()
3548 Context, VS.getFinalLoc(), AttributeCommonInfo::AS_Keyword, in ActOnCXXMemberDeclarator()
H A DSemaType.cpp4811 : ParsedAttr::AS_Keyword; in GetFullTypeForDeclarator()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp836 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 DParseDeclCXX.cpp1328 ParsedAttr::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()