Searched refs:AS_Keyword (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/include/clang/Basic/ |
D | AttributeCommonInfo.h | 42 AS_Keyword, enumerator 159 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
|
/external/llvm-project/clang/lib/Sema/ |
D | ParsedAttr.cpp | 135 SyntaxUsed = AttributeCommonInfo::AS_Keyword; in get()
|
D | SemaOpenMP.cpp | 3807 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 3852 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 3906 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 3951 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4002 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4049 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart() 4136 Context, {}, AttributeCommonInfo::AS_Keyword, in ActOnOpenMPRegionStart()
|
D | SemaDecl.cpp | 7184 AttributeCommonInfo::AS_Keyword, ConstInitAttr::Keyword_constinit)); in ActOnVariableDeclarator() 9357 AttributeCommonInfo::AS_Keyword)); in ActOnFunctionDeclarator() 16331 Context, FinalLoc, AttributeCommonInfo::AS_Keyword, in ActOnStartCXXMemberDeclarations()
|
D | SemaDeclCXX.cpp | 3471 AttributeCommonInfo::AS_Keyword)); in ActOnCXXMemberDeclarator() 3474 Context, VS.getFinalLoc(), AttributeCommonInfo::AS_Keyword, in ActOnCXXMemberDeclarator()
|
D | SemaType.cpp | 4658 : ParsedAttr::AS_Keyword; in GetFullTypeForDeclarator()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 105 AS_Keyword, enumerator 376 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 618 AttributeList::AS_Keyword); in ParseMicrosoftTypeAttributes() 669 AttributeList::AS_Keyword); in ParseBorlandTypeAttributes() 679 AttributeList::AS_Keyword); in ParseOpenCLKernelAttributes() 687 AttributeList::AS_Keyword); in ParseOpenCLQualifiers() 703 AttributeList::AS_Keyword); in ParseNullabilityTypeSpecifiers() 2536 AttributeList::AS_Keyword, EllipsisLoc); in ParseAlignmentSpecifier() 3102 nullptr, 0, AttributeList::AS_Keyword); in ParseDeclarationSpecifiers() 3144 nullptr, 0, AttributeList::AS_Keyword); in ParseDeclarationSpecifiers() 4884 nullptr, 0, AttributeList::AS_Keyword); in ParseTypeQualifierListOpt()
|
D | ParseDeclCXX.cpp | 1074 AttributeList::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDecl.cpp | 758 ParsedAttr::AS_Keyword); in ParseMicrosoftTypeAttributes() 809 ParsedAttr::AS_Keyword); in ParseBorlandTypeAttributes() 819 ParsedAttr::AS_Keyword); in ParseOpenCLKernelAttributes() 827 ParsedAttr::AS_Keyword); in ParseOpenCLQualifiers() 844 ParsedAttr::AS_Keyword); in ParseNullabilityTypeSpecifiers() 2813 ParsedAttr::AS_Keyword, EllipsisLoc); in ParseAlignmentSpecifier() 3504 nullptr, 0, ParsedAttr::AS_Keyword); in ParseDeclarationSpecifiers() 3548 nullptr, 0, ParsedAttr::AS_Keyword); in ParseDeclarationSpecifiers() 5539 nullptr, 0, ParsedAttr::AS_Keyword); in ParseTypeQualifierListOpt()
|
D | ParseDeclCXX.cpp | 1253 ParsedAttr::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3749 : AttributeList::AS_Keyword; in GetFullTypeForDeclarator()
|