Home
last modified time | relevance | path

Searched refs:mergeClassExtensionProtocolList (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp410 void ObjCInterfaceDecl::mergeClassExtensionProtocolList( in mergeClassExtensionProtocolList() function in ObjCInterfaceDecl
/external/clang/include/clang/AST/
DDeclObjC.h1404 void mergeClassExtensionProtocolList(ObjCProtocolDecl *const* List,
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp434 void ObjCInterfaceDecl::mergeClassExtensionProtocolList( in mergeClassExtensionProtocolList() function in ObjCInterfaceDecl
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1497 void mergeClassExtensionProtocolList(ObjCProtocolDecl *const* List,
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1793 IDecl->mergeClassExtensionProtocolList((ObjCProtocolDecl*const*)ProtoRefs, in ActOnStartCategoryInterface()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1887 IDecl->mergeClassExtensionProtocolList((ObjCProtocolDecl*const*)ProtoRefs, in ActOnStartCategoryInterface()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1279 CD->ClassInterface->mergeClassExtensionProtocolList( in VisitObjCCategoryDecl()