Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h105 AS_Keyword, enumerator
376 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
/external/clang/lib/Parse/
DParseDecl.cpp618 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()
DParseDeclCXX.cpp1074 AttributeList::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()
/external/clang/lib/Sema/
DSemaType.cpp3749 : AttributeList::AS_Keyword; in GetFullTypeForDeclarator()