Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttributeCommonInfo.h42 AS_Keyword, enumerator
186 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp74 AttributeCommonInfo::AS_Keyword, in BuiltinTypeDeclBuilder()
289 AST, SourceRange(), AttributeCommonInfo::AS_Keyword, in addArraySubscriptOperator()
H A DParsedAttr.cpp135 SyntaxUsed = AttributeCommonInfo::AS_Keyword; in get()
H A DSemaOpenMP.cpp4227 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4272 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4333 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4380 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4433 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4480 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
4583 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
H A DSemaDecl.cpp7775 AttributeCommonInfo::AS_Keyword, ConstInitAttr::Keyword_constinit)); in ActOnVariableDeclarator()
10110 AttributeCommonInfo::AS_Keyword)); in ActOnFunctionDeclarator()
17612 Context, FinalLoc, AttributeCommonInfo::AS_Keyword, in ActOnStartCXXMemberDeclarations()
H A DSemaDeclCXX.cpp3579 AttributeCommonInfo::AS_Keyword)); in ActOnCXXMemberDeclarator()
3582 Context, VS.getFinalLoc(), AttributeCommonInfo::AS_Keyword, in ActOnCXXMemberDeclarator()
H A DSemaType.cpp4883 : ParsedAttr::AS_Keyword; in GetFullTypeForDeclarator()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp834 ParsedAttr::AS_Keyword); in ParseMicrosoftTypeAttributes()
885 ParsedAttr::AS_Keyword); in ParseBorlandTypeAttributes()
895 ParsedAttr::AS_Keyword); in ParseOpenCLKernelAttributes()
904 ParsedAttr::AS_Keyword); in ParseCUDAFunctionAttributes()
912 ParsedAttr::AS_Keyword); in ParseOpenCLQualifiers()
923 ParsedAttr::AS_Keyword); in ParseHLSLQualifiers()
940 ParsedAttr::AS_Keyword); in ParseNullabilityTypeSpecifiers()
3004 ParsedAttr::AS_Keyword, EllipsisLoc); in ParseAlignmentSpecifier()
3791 nullptr, 0, ParsedAttr::AS_Keyword); in ParseDeclarationSpecifiers()
3840 nullptr, 0, ParsedAttr::AS_Keyword); in ParseDeclarationSpecifiers()
[all …]
H A DParseExprCXX.cpp1301 ParsedAttr::AS_Keyword); in ParseLambdaExpressionAfterIntroducer()
H A DParseDeclCXX.cpp1382 ParsedAttr::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()