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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3315 bool SameDeclaration = MatchTwoMethodDeclarations(Method, local
3327 if (!SameDeclaration ||
3337 if (Method->isDeprecated() && SameDeclaration &&
3341 if (Method->isUnavailable() && SameDeclaration &&

Completed in 50 milliseconds