Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h219 mutable ObjCInterfaceDecl *ObjCProtocolClassDecl; variable
/external/clang/lib/AST/
DASTContext.cpp736 ObjCProtocolClassDecl(nullptr), BOOLDecl(nullptr), in ASTContext()
5766 if (!ObjCProtocolClassDecl) { in getObjCProtocolDecl()
5767 ObjCProtocolClassDecl in getObjCProtocolDecl()
5775 return ObjCProtocolClassDecl; in getObjCProtocolDecl()
/external/clang/lib/Serialization/
DASTWriter.cpp4022 if (Context.ObjCProtocolClassDecl) in WriteASTCore()
4023 DeclIDs[Context.ObjCProtocolClassDecl] = PREDEF_DECL_OBJC_PROTOCOL_ID; in WriteASTCore()