Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1558 void mergeDuplicateDefinitionWithCommon(const ObjCInterfaceDecl *Definition);
2267 void mergeDuplicateDefinitionWithCommon(const ObjCProtocolDecl *Definition);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp633 void ObjCInterfaceDecl::mergeDuplicateDefinitionWithCommon( in mergeDuplicateDefinitionWithCommon() function in ObjCInterfaceDecl
2043 void ObjCProtocolDecl::mergeDuplicateDefinitionWithCommon( in mergeDuplicateDefinitionWithCommon() function in ObjCProtocolDecl
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp393 ClsType->mergeDuplicateDefinitionWithCommon(PreviousDef->getDefinition()); in ParseObjCAtInterfaceDeclaration()
2145 ProtoType->mergeDuplicateDefinitionWithCommon( in ParseObjCAtProtocolDeclaration()