Home
last modified time | relevance | path

Searched refs:AttributeKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1004 enum AttributeKind : unsigned { enum
1010 AttributeKind Attributes;
1019 DeclarationFragments SubHeading, AttributeKind Attributes, in ObjCPropertyRecord()
1039 AttributeKind Attributes, StringRef GetterName, StringRef SetterName, in ObjCInstancePropertyRecord()
1061 AttributeKind Attributes, StringRef GetterName, in ObjCClassPropertyRecord()
H A DExtractAPIVisitor.h1471 static_cast<ObjCPropertyRecord::AttributeKind>(Attributes), in recordObjCProperties()
1479 static_cast<ObjCPropertyRecord::AttributeKind>(Attributes), in recordObjCProperties()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp1083 enum AttributeKind { in parseOptionalAttributes() enum
1101 AttributeKind Attribute = in parseOptionalAttributes()
1102 llvm::StringSwitch<AttributeKind>(Tok.getString()) in parseOptionalAttributes()