Searched refs:AttributeKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 705 enum AttributeKind : unsigned { enum 711 AttributeKind Attributes; 720 DeclarationFragments SubHeading, AttributeKind Attributes, in ObjCPropertyRecord() 741 AttributeKind Attributes, StringRef GetterName, in ObjCInstancePropertyRecord() 763 AttributeKind Attributes, StringRef GetterName, in ObjCClassPropertyRecord() 1455 ObjCPropertyRecord::AttributeKind Attributes,
|
| H A D | ExtractAPIVisitor.h | 1354 static_cast<ObjCPropertyRecord::AttributeKind>(Attributes), GetterName, in recordObjCProperties()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1830 enum AttributeKind { enum 3018 AttributeKind Attribute in parseOptionalAttributes() 3019 = llvm::StringSwitch<AttributeKind>(Tok.getString()) in parseOptionalAttributes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 440 ObjCPropertyRecord::AttributeKind Attributes, StringRef GetterName, in addObjCProperty()
|