Assign enum value | clang::ObjCPropertyDecl | |
classof(const Decl *D) | clang::ObjCPropertyDecl | inlinestatic |
classofKind(Kind K) | clang::ObjCPropertyDecl | inlinestatic |
Copy enum value | clang::ObjCPropertyDecl | |
Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLocation, SourceLocation LParenLocation, QualType T, TypeSourceInfo *TSI, PropertyControl propControl=None) | clang::ObjCPropertyDecl | static |
CreateDeserialized(ASTContext &C, unsigned ID) | clang::ObjCPropertyDecl | static |
declarationReplaces(NamedDecl *OldD, bool IsKnownNewer=true) const | clang::NamedDecl | |
ExplicitVisibilityKind enum name | clang::NamedDecl | |
findPropertyDecl(const DeclContext *DC, const IdentifierInfo *propertyID, ObjCPropertyQueryKind queryKind) | clang::ObjCPropertyDecl | static |
getAtLoc() const | clang::ObjCPropertyDecl | inline |
getDeclName() const | clang::NamedDecl | inline |
getDefaultSynthIvarName(ASTContext &Ctx) const | clang::ObjCPropertyDecl | |
getExplicitVisibility(ExplicitVisibilityKind kind) const | clang::NamedDecl | |
getFormalLinkage() const | clang::NamedDecl | inline |
getGetterMethodDecl() const | clang::ObjCPropertyDecl | inline |
getGetterName() const | clang::ObjCPropertyDecl | inline |
getIdentifier() const | clang::NamedDecl | inline |
getLinkageAndVisibility() const | clang::NamedDecl | |
getLinkageInternal() const | clang::NamedDecl | |
getLParenLoc() const | clang::ObjCPropertyDecl | inline |
getMostRecentDecl() | clang::NamedDecl | inline |
getMostRecentDecl() const | clang::NamedDecl | inline |
getName() const | clang::NamedDecl | inline |
getNameAsString() const | clang::NamedDecl | inline |
getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const | clang::NamedDecl | virtual |
getObjCFStringFormattingFamily() const | clang::NamedDecl | |
getPropertyAttributes() const | clang::ObjCPropertyDecl | inline |
getPropertyAttributesAsWritten() const | clang::ObjCPropertyDecl | inline |
getPropertyImplementation() const | clang::ObjCPropertyDecl | inline |
getPropertyIvarDecl() const | clang::ObjCPropertyDecl | inline |
getQualifiedNameAsString() const | clang::NamedDecl | |
getQueryKind() const | clang::ObjCPropertyDecl | inline |
getQueryKind(bool isClassProperty) | clang::ObjCPropertyDecl | inlinestatic |
getSetterKind() const | clang::ObjCPropertyDecl | inline |
getSetterMethodDecl() const | clang::ObjCPropertyDecl | inline |
getSetterName() const | clang::ObjCPropertyDecl | inline |
getSourceRange() const override LLVM_READONLY | clang::ObjCPropertyDecl | inline |
getType() const | clang::ObjCPropertyDecl | inline |
getTypeSourceInfo() const | clang::ObjCPropertyDecl | inline |
getUnderlyingDecl() | clang::NamedDecl | inline |
getUnderlyingDecl() const | clang::NamedDecl | inline |
getUsageType(QualType objectType) const | clang::ObjCPropertyDecl | |
getVisibility() const | clang::NamedDecl | inline |
hasExternalFormalLinkage() const | clang::NamedDecl | inline |
hasLinkage() const | clang::NamedDecl | |
hasLinkageBeenComputed() const | clang::NamedDecl | inline |
isAtomic() const | clang::ObjCPropertyDecl | inline |
isClassProperty() const | clang::ObjCPropertyDecl | inline |
isCXXClassMember() const | clang::NamedDecl | inline |
isCXXInstanceMember() const | clang::NamedDecl | |
isExternallyVisible() const | clang::NamedDecl | inline |
isHidden() const | clang::NamedDecl | inline |
isInstanceProperty() const | clang::ObjCPropertyDecl | inline |
isLinkageValid() const | clang::NamedDecl | |
isReadOnly() const | clang::ObjCPropertyDecl | inline |
isRetaining() const | clang::ObjCPropertyDecl | inline |
NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) | clang::NamedDecl | inlineprotected |
None enum value | clang::ObjCPropertyDecl | |
NumPropertyAttrsBits enum value | clang::ObjCPropertyDecl | |
OBJC_PR_assign enum value | clang::ObjCPropertyDecl | |
OBJC_PR_atomic enum value | clang::ObjCPropertyDecl | |
OBJC_PR_class enum value | clang::ObjCPropertyDecl | |
OBJC_PR_copy enum value | clang::ObjCPropertyDecl | |
OBJC_PR_getter enum value | clang::ObjCPropertyDecl | |
OBJC_PR_noattr enum value | clang::ObjCPropertyDecl | |
OBJC_PR_nonatomic enum value | clang::ObjCPropertyDecl | |
OBJC_PR_null_resettable enum value | clang::ObjCPropertyDecl | |
OBJC_PR_nullability enum value | clang::ObjCPropertyDecl | |
OBJC_PR_readonly enum value | clang::ObjCPropertyDecl | |
OBJC_PR_readwrite enum value | clang::ObjCPropertyDecl | |
OBJC_PR_retain enum value | clang::ObjCPropertyDecl | |
OBJC_PR_setter enum value | clang::ObjCPropertyDecl | |
OBJC_PR_strong enum value | clang::ObjCPropertyDecl | |
OBJC_PR_unsafe_unretained enum value | clang::ObjCPropertyDecl | |
OBJC_PR_weak enum value | clang::ObjCPropertyDecl | |
Optional enum value | clang::ObjCPropertyDecl | |
overwritePropertyAttributes(unsigned PRVal) | clang::ObjCPropertyDecl | inline |
printName(raw_ostream &os) const | clang::NamedDecl | inline |
printQualifiedName(raw_ostream &OS) const | clang::NamedDecl | |
printQualifiedName(raw_ostream &OS, const PrintingPolicy &Policy) const | clang::NamedDecl | |
PropertyAttributeKind enum name | clang::ObjCPropertyDecl | |
PropertyControl enum name | clang::ObjCPropertyDecl | |
Required enum value | clang::ObjCPropertyDecl | |
Retain enum value | clang::ObjCPropertyDecl | |
setAtLoc(SourceLocation L) | clang::ObjCPropertyDecl | inline |
setDeclName(DeclarationName N) | clang::NamedDecl | inline |
setGetterMethodDecl(ObjCMethodDecl *gDecl) | clang::ObjCPropertyDecl | inline |
setGetterName(Selector Sel) | clang::ObjCPropertyDecl | inline |
setHidden(bool Hide) | clang::NamedDecl | inline |
setLParenLoc(SourceLocation L) | clang::ObjCPropertyDecl | inline |
setPropertyAttributes(PropertyAttributeKind PRVal) | clang::ObjCPropertyDecl | inline |
setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) | clang::ObjCPropertyDecl | inline |
setPropertyImplementation(PropertyControl pc) | clang::ObjCPropertyDecl | inline |
setPropertyIvarDecl(ObjCIvarDecl *Ivar) | clang::ObjCPropertyDecl | inline |
setSetterMethodDecl(ObjCMethodDecl *gDecl) | clang::ObjCPropertyDecl | inline |
setSetterName(Selector Sel) | clang::ObjCPropertyDecl | inline |
SetterKind enum name | clang::ObjCPropertyDecl | |
setType(QualType T, TypeSourceInfo *TSI) | clang::ObjCPropertyDecl | inline |
VisibilityForType enum value | clang::NamedDecl | |
VisibilityForValue enum value | clang::NamedDecl | |
Weak enum value | clang::ObjCPropertyDecl | |