Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttributeCommonInfo.h42 AS_Keyword, enumerator
159 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DParsedAttr.cpp135 SyntaxUsed = AttributeCommonInfo::AS_Keyword; in get()
H A DSemaOpenMP.cpp3921 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
3966 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4023 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4068 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4119 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4166 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4253 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
H A DSemaDecl.cpp7211 AttributeCommonInfo::AS_Keyword, ConstInitAttr::Keyword_constinit)); in ActOnVariableDeclarator()
9444 AttributeCommonInfo::AS_Keyword)); in ActOnFunctionDeclarator()
16462 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.cpp4695 : ParsedAttr::AS_Keyword; in GetFullTypeForDeclarator()
/netbsd-src/external/apache2/llvm/dist/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()
2860 ParsedAttr::AS_Keyword, EllipsisLoc); in ParseAlignmentSpecifier()
3563 nullptr, 0, ParsedAttr::AS_Keyword); in ParseDeclarationSpecifiers()
3607 nullptr, 0, ParsedAttr::AS_Keyword); in ParseDeclarationSpecifiers()
5600 nullptr, 0, ParsedAttr::AS_Keyword); in ParseTypeQualifierListOpt()
H A DParseDeclCXX.cpp1272 ParsedAttr::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()