Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h356 mutable ObjCInterfaceDecl *ObjCProtocolClassDecl = nullptr; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7946 if (!ObjCProtocolClassDecl) { in getObjCProtocolDecl()
7947 ObjCProtocolClassDecl in getObjCProtocolDecl()
7956 return ObjCProtocolClassDecl; in getObjCProtocolDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4355 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in WriteASTCore()