Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1877 ObjCInterfaceDecl *getObjCProtocolDecl() const;
1896 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp238 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7200 ObjCInterfaceDecl *ASTContext::getObjCProtocolDecl() const { in getObjCProtocolDecl() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7279 return Context.getObjCProtocolDecl(); in getPredefinedDecl()