Home
last modified time | relevance | path

Searched refs:ObjCProtocolClassDecl (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h228 mutable ObjCInterfaceDecl *ObjCProtocolClassDecl; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp736 ObjCClassDecl(nullptr), ObjCProtocolClassDecl(nullptr), BOOLDecl(nullptr), in ASTContext()
5857 if (!ObjCProtocolClassDecl) { in getObjCProtocolDecl()
5858 ObjCProtocolClassDecl in getObjCProtocolDecl()
5866 return ObjCProtocolClassDecl; in getObjCProtocolDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4251 if (Context.ObjCProtocolClassDecl) in WriteASTCore()
4252 DeclIDs[Context.ObjCProtocolClassDecl] = PREDEF_DECL_OBJC_PROTOCOL_ID; in WriteASTCore()