clang  3.9.0
clang::ObjCImplDecl Member List

This is the complete list of members for clang::ObjCImplDecl, including all inherited members.

addClassMethod(ObjCMethodDecl *method)clang::ObjCImplDeclinline
addDecl(Decl *D)clang::DeclContext
addDeclInternal(Decl *D)clang::DeclContext
addHiddenDecl(Decl *D)clang::DeclContext
addInstanceMethod(ObjCMethodDecl *method)clang::ObjCImplDeclinline
addPropertyImplementation(ObjCPropertyImplDecl *property)clang::ObjCImplDecl
BuildDeclChain(ArrayRef< Decl * > Decls, bool FieldsAlreadyLoaded)clang::DeclContextprotectedstatic
buildLookup()clang::DeclContext
castFromDeclContext(const DeclContext *DC)clang::ObjCContainerDeclinlinestatic
castToDeclContext(const ObjCContainerDecl *D)clang::ObjCContainerDeclinlinestatic
class_methods() const clang::ObjCContainerDeclinline
class_properties() const clang::ObjCContainerDeclinline
classmeth_begin() const clang::ObjCContainerDeclinline
classmeth_end() const clang::ObjCContainerDeclinline
classmeth_iterator typedefclang::ObjCContainerDecl
classmeth_range typedefclang::ObjCContainerDecl
classof(const Decl *D)clang::ObjCImplDeclinlinestatic
clang::DeclContext::classof(const DeclContext *D)clang::DeclContextinlinestatic
classofKind(Kind K)clang::ObjCImplDeclinlinestatic
classprop_begin() const clang::ObjCContainerDeclinline
classprop_end() const clang::ObjCContainerDeclinline
classprop_iterator typedefclang::ObjCContainerDecl
classprop_range typedefclang::ObjCContainerDecl
collectAllContexts(SmallVectorImpl< DeclContext * > &Contexts)clang::DeclContext
collectPropertiesToImplement(PropertyMap &PM, PropertyDeclOrder &PO) const clang::ObjCContainerDeclinlinevirtual
containsDecl(Decl *D) const clang::DeclContext
ddiag_range typedefclang::DeclContext
ddiags() const clang::DeclContextinline
decl_range typedefclang::DeclContext
declarationReplaces(NamedDecl *OldD, bool IsKnownNewer=true) const clang::NamedDecl
DeclContext(Decl::Kind K)clang::DeclContextinlineprotected
decls() const clang::DeclContextinline
decls_begin() const clang::DeclContext
decls_empty() const clang::DeclContext
decls_end() const clang::DeclContextinline
dumpDeclContext() const clang::DeclContext
dumpLookups() const clang::DeclContext
dumpLookups(llvm::raw_ostream &OS, bool DumpDecls=false) const clang::DeclContext
Encloses(const DeclContext *DC) const clang::DeclContext
Equals(const DeclContext *DC) const clang::DeclContextinline
ExplicitVisibilityKind enum nameclang::NamedDecl
FindPropertyDeclaration(const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const clang::ObjCContainerDecl
FindPropertyImplDecl(IdentifierInfo *propertyId, ObjCPropertyQueryKind queryKind) const clang::ObjCImplDecl
FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const clang::ObjCImplDecl
FirstDeclclang::DeclContextmutableprotected
getAtEndRange() const clang::ObjCContainerDeclinline
getAtStartLoc() const clang::ObjCContainerDeclinline
getClassInterface() const clang::ObjCImplDeclinline
getClassInterface()clang::ObjCImplDeclinline
getClassMethod(Selector Sel, bool AllowHidden=false) const clang::ObjCContainerDeclinline
getDeclKind() const clang::DeclContextinline
getDeclKindName() const clang::DeclContext
getDeclName() const clang::NamedDeclinline
getEnclosingNamespaceContext()clang::DeclContext
getEnclosingNamespaceContext() const clang::DeclContextinline
getExplicitVisibility(ExplicitVisibilityKind kind) const clang::NamedDecl
getFormalLinkage() const clang::NamedDeclinline
getIdentifier() const clang::NamedDeclinline
getInstanceMethod(Selector Sel, bool AllowHidden=false) const clang::ObjCContainerDeclinline
getIvarDecl(IdentifierInfo *Id) const clang::ObjCContainerDecl
getLexicalParent()clang::DeclContextinline
getLexicalParent() const clang::DeclContextinline
getLinkageAndVisibility() const clang::NamedDecl
getLinkageInternal() const clang::NamedDecl
getLookupParent()clang::DeclContext
getLookupParent() const clang::DeclContextinline
getLookupPtr() const clang::DeclContextinline
getMethod(Selector Sel, bool isInstance, bool AllowHidden=false) const clang::ObjCContainerDecl
getMostRecentDecl()clang::NamedDeclinline
getMostRecentDecl() const clang::NamedDeclinline
getName() const clang::NamedDeclinline
getNameAsString() const clang::NamedDeclinline
getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const clang::NamedDeclvirtual
getNonClosureAncestor()clang::DeclContext
getNonClosureAncestor() const clang::DeclContextinline
getObjCFStringFormattingFamily() const clang::NamedDecl
getOuterLexicalRecordContext()clang::DeclContext
getOuterLexicalRecordContext() const clang::DeclContextinline
getParent()clang::DeclContextinline
getParent() const clang::DeclContextinline
getParentASTContext() const clang::DeclContextinline
getPrimaryContext()clang::DeclContext
getPrimaryContext() const clang::DeclContextinline
getQualifiedNameAsString() const clang::NamedDecl
getRedeclContext()clang::DeclContext
getRedeclContext() const clang::DeclContextinline
getSourceRange() const override LLVM_READONLYclang::ObjCContainerDeclinline
getUnderlyingDecl()clang::NamedDeclinline
getUnderlyingDecl() const clang::NamedDeclinline
getVisibility() const clang::NamedDeclinline
hasExternalFormalLinkage() const clang::NamedDeclinline
hasExternalLexicalStorage() const clang::DeclContextinline
hasExternalVisibleStorage() const clang::DeclContextinline
hasLinkage() const clang::NamedDecl
hasLinkageBeenComputed() const clang::NamedDeclinline
HasUserDeclaredSetterMethod(const ObjCPropertyDecl *P) const clang::ObjCContainerDecl
InEnclosingNamespaceSetOf(const DeclContext *NS) const clang::DeclContext
instance_methods() const clang::ObjCContainerDeclinline
instance_properties() const clang::ObjCContainerDeclinline
instmeth_begin() const clang::ObjCContainerDeclinline
instmeth_end() const clang::ObjCContainerDeclinline
instmeth_iterator typedefclang::ObjCContainerDecl
instmeth_range typedefclang::ObjCContainerDecl
instprop_begin() const clang::ObjCContainerDeclinline
instprop_end() const clang::ObjCContainerDeclinline
instprop_iterator typedefclang::ObjCContainerDecl
instprop_range typedefclang::ObjCContainerDecl
isClosure() const clang::DeclContextinline
isCXXClassMember() const clang::NamedDeclinline
isCXXInstanceMember() const clang::NamedDecl
isDeclInLexicalTraversal(const Decl *D) const clang::DeclContextinline
isDependentContext() const clang::DeclContext
isExternallyVisible() const clang::NamedDeclinline
isExternCContext() const clang::DeclContext
isExternCXXContext() const clang::DeclContext
isFileContext() const clang::DeclContextinline
isFunctionOrMethod() const clang::DeclContextinline
isHidden() const clang::NamedDeclinline
isInlineNamespace() const clang::DeclContext
isLinkageValid() const clang::NamedDecl
isLookupContext() const clang::DeclContextinline
isNamespace() const clang::DeclContextinline
isObjCContainer() const clang::DeclContextinline
isRecord() const clang::DeclContextinline
isStdNamespace() const clang::DeclContext
isTranslationUnit() const clang::DeclContextinline
isTransparentContext() const clang::DeclContext
LastDeclclang::DeclContextmutableprotected
localUncachedLookup(DeclarationName Name, SmallVectorImpl< NamedDecl * > &Results)clang::DeclContext
lookup(DeclarationName Name) const clang::DeclContext
lookup_iterator typedefclang::DeclContext
lookup_result typedefclang::DeclContext
lookups() const clang::DeclContextinline
lookups_begin() const clang::DeclContextinline
lookups_end() const clang::DeclContextinline
lookups_range typedefclang::DeclContext
makeDeclVisibleInContext(NamedDecl *D)clang::DeclContext
meth_begin() const clang::ObjCContainerDeclinline
meth_end() const clang::ObjCContainerDeclinline
method_iterator typedefclang::ObjCContainerDecl
method_range typedefclang::ObjCContainerDecl
methods() const clang::ObjCContainerDeclinline
NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)clang::NamedDeclinlineprotected
noload_decls() const clang::DeclContextinline
noload_decls_begin() const clang::DeclContextinline
noload_decls_end() const clang::DeclContextinline
noload_lookup(DeclarationName Name)clang::DeclContext
noload_lookups() const clang::DeclContextinline
noload_lookups_begin() const clang::DeclContextinline
noload_lookups_end() const clang::DeclContextinline
ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc)clang::ObjCContainerDeclinline
ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc)clang::ObjCImplDeclinlineprotected
printName(raw_ostream &os) const clang::NamedDeclinline
printQualifiedName(raw_ostream &OS) const clang::NamedDecl
printQualifiedName(raw_ostream &OS, const PrintingPolicy &Policy) const clang::NamedDecl
prop_begin() const clang::ObjCContainerDeclinline
prop_end() const clang::ObjCContainerDeclinline
prop_iterator typedefclang::ObjCContainerDecl
prop_range typedefclang::ObjCContainerDecl
properties() const clang::ObjCContainerDeclinline
property_impls() const clang::ObjCImplDeclinline
PropertyDeclOrder typedefclang::ObjCContainerDecl
PropertyMap typedefclang::ObjCContainerDecl
propimpl_begin() const clang::ObjCImplDeclinline
propimpl_end() const clang::ObjCImplDeclinline
propimpl_iterator typedefclang::ObjCImplDecl
propimpl_range typedefclang::ObjCImplDecl
ProtocolPropertyMap typedefclang::ObjCContainerDecl
removeDecl(Decl *D)clang::DeclContext
setAtEndRange(SourceRange atEnd)clang::ObjCContainerDeclinline
setAtStartLoc(SourceLocation Loc)clang::ObjCContainerDeclinline
setClassInterface(ObjCInterfaceDecl *IFace)clang::ObjCImplDecl
setDeclName(DeclarationName N)clang::NamedDeclinline
setHasExternalLexicalStorage(bool ES=true)clang::DeclContextinline
setHasExternalVisibleStorage(bool ES=true)clang::DeclContextinline
setHidden(bool Hide)clang::NamedDeclinline
setMustBuildLookupTable()clang::DeclContextinline
setUseQualifiedLookup(bool use=true)clang::DeclContextinline
shouldUseQualifiedLookup() const clang::DeclContextinline
udir_iterator_base typedefclang::DeclContext
udir_range typedefclang::DeclContext
using_directives() const clang::DeclContext
VisibilityForType enum valueclang::NamedDecl
VisibilityForValue enum valueclang::NamedDecl
~DeclContext()clang::DeclContext