Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h231 enum AttributeKind : unsigned { enum
238 AttributeKind Attributes;
247 DeclarationFragments SubHeading, AttributeKind Attributes, in ObjCPropertyRecord()
596 ObjCPropertyRecord::AttributeKind Attributes,
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DAPI.cpp145 ObjCPropertyRecord::AttributeKind Attributes, StringRef GetterName, in addObjCProperty()
H A DExtractAPIConsumer.cpp733 static_cast<ObjCPropertyRecord::AttributeKind>(Attributes), in recordObjCProperties()
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp1759 enum AttributeKind { enum
2924 AttributeKind Attribute in parseOptionalAttributes()
2925 = llvm::StringSwitch<AttributeKind>(Tok.getString()) in parseOptionalAttributes()