Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDAttributeList.h83 AS_Keyword, enumerator
356 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp619 AttributeList::AS_Keyword); in ParseMicrosoftTypeAttributes()
670 AttributeList::AS_Keyword); in ParseBorlandTypeAttributes()
680 AttributeList::AS_Keyword); in ParseOpenCLAttributes()
688 AttributeList::AS_Keyword); in ParseOpenCLQualifiers()
704 AttributeList::AS_Keyword); in ParseNullabilityTypeSpecifiers()
2487 AttributeList::AS_Keyword, EllipsisLoc); in ParseAlignmentSpecifier()
3053 nullptr, 0, AttributeList::AS_Keyword); in ParseDeclarationSpecifiers()
3091 nullptr, 0, AttributeList::AS_Keyword); in ParseDeclarationSpecifiers()
4789 nullptr, 0, AttributeList::AS_Keyword); in ParseTypeQualifierListOpt()
HDParseDeclCXX.cpp1068 AttributeList::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3467 : AttributeList::AS_Keyword; in GetFullTypeForDeclarator()