Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3294 bool SameDeclaration = MatchTwoMethodDeclarations(Method, in addMethodToGlobalList() local
3306 if (!SameDeclaration || in addMethodToGlobalList()
3316 if (Method->isDeprecated() && SameDeclaration && in addMethodToGlobalList()
3320 if (Method->isUnavailable() && SameDeclaration && in addMethodToGlobalList()