Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3223 bool SameDeclaration = MatchTwoMethodDeclarations(Method, in addMethodToGlobalList() local
3235 if (!SameDeclaration || in addMethodToGlobalList()
3245 if (Method->isDeprecated() && SameDeclaration && in addMethodToGlobalList()
3249 if (Method->isUnavailable() && SameDeclaration && in addMethodToGlobalList()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3328 bool SameDeclaration = MatchTwoMethodDeclarations(Method, in addMethodToGlobalList() local
3340 if (!SameDeclaration || in addMethodToGlobalList()
3350 if (Method->isDeprecated() && SameDeclaration && in addMethodToGlobalList()
3354 if (Method->isUnavailable() && SameDeclaration && in addMethodToGlobalList()