Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3334 bool SameDeclaration = MatchTwoMethodDeclarations(Method, in addMethodToGlobalList() local
3346 if (!SameDeclaration || in addMethodToGlobalList()
3356 if (Method->isDeprecated() && SameDeclaration && in addMethodToGlobalList()
3360 if (Method->isUnavailable() && SameDeclaration && in addMethodToGlobalList()