HomeSort by: relevance | last modified time | path
    Searched defs:ObjCContainerDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 68 ObjCContainerDecl::ObjCContainerDecl(Kind DK, DeclContext *DC,
75 void ObjCContainerDecl::anchor() {}
80 ObjCContainerDecl::getIvarDecl(IdentifierInfo *Id) const {
92 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
124 bool ObjCContainerDecl::HasUserDeclaredSetterMethod(
237 ObjCPropertyDecl *ObjCContainerDecl::FindPropertyDeclaration(
953 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
988 cast<ObjCContainerDecl>(CtxD)->getMethod(Sel, isInstanceMethod(),
1201 static void CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 941 /// ObjCContainerDecl - Represents a container for method declarations.
945 class ObjCContainerDecl : public NamedDecl, public DeclContext {
956 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id,
1114 static DeclContext *castToDeclContext(const ObjCContainerDecl *D) {
1115 return static_cast<DeclContext *>(const_cast<ObjCContainerDecl*>(D));
1118 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) {
1119 return static_cast<ObjCContainerDecl *>(const_cast<DeclContext*>(DC));
1148 class ObjCInterfaceDecl : public ObjCContainerDecl
1293 return ObjCContainerDecl::getSourceRange();
1930 ObjCIvarDecl(ObjCContainerDecl *DC, SourceLocation StartLoc
    [all...]

Completed in 36 milliseconds