Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h376 mutable ObjCInterfaceDecl *ObjCProtocolClassDecl = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9173 if (!ObjCProtocolClassDecl) { in getObjCProtocolDecl()
9174 ObjCProtocolClassDecl in getObjCProtocolDecl()
9183 return ObjCProtocolClassDecl; in getObjCProtocolDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7774 if (Context.ObjCProtocolClassDecl) in getPredefinedDecl()
7775 return Context.ObjCProtocolClassDecl; in getPredefinedDecl()
H A DASTWriter.cpp5026 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in PrepareWritingSpecialDecls()