Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1616 ObjCInterfaceDecl *getObjCProtocolDecl() const;
1635 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
/external/clang/lib/Sema/
DSema.cpp191 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
/external/clang/lib/AST/
DASTContext.cpp6052 ObjCInterfaceDecl *ASTContext::getObjCProtocolDecl() const { in getObjCProtocolDecl() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp6401 return Context.getObjCProtocolDecl(); in getPredefinedDecl()