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.h977 enum AttributeKind : unsigned { enum
983 AttributeKind Attributes;
992 DeclarationFragments SubHeading, AttributeKind Attributes, in ObjCPropertyRecord()
1012 AttributeKind Attributes, StringRef GetterName, StringRef SetterName, in ObjCInstancePropertyRecord()
1034 AttributeKind Attributes, StringRef GetterName, in ObjCClassPropertyRecord()
H A DExtractAPIVisitor.h1406 static_cast<ObjCPropertyRecord::AttributeKind>(Attributes), in recordObjCProperties()
1414 static_cast<ObjCPropertyRecord::AttributeKind>(Attributes), in recordObjCProperties()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1834 enum AttributeKind { enum
3025 AttributeKind Attribute in parseOptionalAttributes()
3026 = llvm::StringSwitch<AttributeKind>(Tok.getString()) in parseOptionalAttributes()