Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h376 mutable ObjCInterfaceDecl *ObjCProtocolClassDecl = nullptr; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp9173 if (!ObjCProtocolClassDecl) { in getObjCProtocolDecl()
9174 ObjCProtocolClassDecl in getObjCProtocolDecl()
9183 return ObjCProtocolClassDecl; in getObjCProtocolDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp5026 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in PrepareWritingSpecialDecls()