Home
last modified time | relevance | path

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

/external/junit/src/org/junit/internal/runners/
DTestClass.java47 if (annotation != null && ! isShadowed(eachMethod, results)) in getAnnotatedMethods()
60 private boolean isShadowed(Method method, List<Method> results) { in isShadowed() method in TestClass
62 if (isShadowed(method, each)) in isShadowed()
68 private boolean isShadowed(Method current, Method previous) { in isShadowed() method in TestClass
/external/proguard/src/proguard/classfile/util/
DMemberFinder.java145 public boolean isShadowed(Clazz clazz, in isShadowed() method in MemberFinder
/external/clang/include/clang/Sema/
DLookup.h402 bool isShadowed() const { return Shadowed; } in isShadowed() function
/external/clang/lib/Sema/
DSemaDecl.cpp3066 if (Previous.isShadowed()) in mergeTypeWithPrevious()
5637 Previous.isSingleResult() && !Previous.isShadowed() && in ActOnVariableDeclarator()
7642 !Previous.isShadowed(); in CheckFunctionDeclaration()