Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1940 ObjCInterfaceDecl *getObjCProtocolDecl() const;
1959 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp279 PushOnScopeChains(Context.getObjCProtocolDecl(), TUScope); in Initialize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7945 ObjCInterfaceDecl *ASTContext::getObjCProtocolDecl() const { in getObjCProtocolDecl() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7362 return Context.getObjCProtocolDecl(); in getPredefinedDecl()