reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2728   const ObjCInterfaceDecl *getObjContainingInterface(const NamedDecl *ND) const;

References

tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  299       NS.getASTContext().getObjContainingInterface(Method);
tools/clang/lib/Index/USRGeneration.cpp
  207   if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D))
  476   if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D))