Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp632 void ObjCInterfaceDecl::mergeDuplicateDefinitionWithCommon( in mergeDuplicateDefinitionWithCommon() function in ObjCInterfaceDecl
2037 void ObjCProtocolDecl::mergeDuplicateDefinitionWithCommon( in mergeDuplicateDefinitionWithCommon() function in ObjCProtocolDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1561 void mergeDuplicateDefinitionWithCommon(const ObjCInterfaceDecl *Definition);
2270 void mergeDuplicateDefinitionWithCommon(const ObjCProtocolDecl *Definition);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp396 ClsType->mergeDuplicateDefinitionWithCommon(PreviousDef->getDefinition()); in ParseObjCAtInterfaceDeclaration()
2138 ProtoType->mergeDuplicateDefinitionWithCommon( in ParseObjCAtProtocolDeclaration()