Searched refs:AS_Keyword (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 42 AS_Keyword, enumerator 159 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | ParsedAttr.cpp | 135 SyntaxUsed = AttributeCommonInfo::AS_Keyword; in get()
|
H A D | SemaOpenMP.cpp | 3921 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 D | SemaDecl.cpp | 7211 AttributeCommonInfo::AS_Keyword, ConstInitAttr::Keyword_constinit)); in ActOnVariableDeclarator() 9444 AttributeCommonInfo::AS_Keyword)); in ActOnFunctionDeclarator() 16462 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 | 4695 : ParsedAttr::AS_Keyword; in GetFullTypeForDeclarator()
|
/netbsd-src/external/apache2/llvm/dist/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() 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 D | ParseDeclCXX.cpp | 1272 ParsedAttr::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()
|