Home
last modified time | relevance | path

Searched refs:getObjCProtocolDecl (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1641 ObjCInterfaceDecl *getObjCProtocolDecl() const;
1660 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
/external/clang/lib/Sema/
DSema.cpp194 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
/external/clang/lib/AST/
DASTContext.cpp6149 ObjCInterfaceDecl *ASTContext::getObjCProtocolDecl() const { in getObjCProtocolDecl() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp6394 return Context.getObjCProtocolDecl(); in getPredefinedDecl()