Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h42 AS_Keyword, enumerator
165 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp135 SyntaxUsed = AttributeCommonInfo::AS_Keyword; in get()
H A DSemaOpenMP.cpp3926 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 DSemaDecl.cpp7277 AttributeCommonInfo::AS_Keyword, ConstInitAttr::Keyword_constinit)); in ActOnVariableDeclarator()
9503 AttributeCommonInfo::AS_Keyword)); in ActOnFunctionDeclarator()
16522 Context, FinalLoc, AttributeCommonInfo::AS_Keyword, in ActOnStartCXXMemberDeclarations()
H A DSemaDeclCXX.cpp3496 AttributeCommonInfo::AS_Keyword)); in ActOnCXXMemberDeclarator()
3499 Context, VS.getFinalLoc(), AttributeCommonInfo::AS_Keyword, in ActOnCXXMemberDeclarator()
H A DSemaType.cpp4728 : ParsedAttr::AS_Keyword; in GetFullTypeForDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp782 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 DParseDeclCXX.cpp1308 ParsedAttr::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()