Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h705 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 DExtractAPIVisitor.h1354 static_cast<ObjCPropertyRecord::AttributeKind>(Attributes), GetterName, in recordObjCProperties()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1830 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 DAPI.cpp440 ObjCPropertyRecord::AttributeKind Attributes, StringRef GetterName, in addObjCProperty()