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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1886   ObjCInterfaceDecl *getObjCProtocolDecl() const;

References

tools/clang/include/clang/AST/ASTContext.h
 1905     return getObjCInterfaceType(getObjCProtocolDecl());
tools/clang/lib/Sema/Sema.cpp
  250       PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope);
tools/clang/lib/Serialization/ASTReader.cpp
 7799     return Context.getObjCProtocolDecl();