Searched refs:ClassImpl (Results 1 – 9 of 9) sorted by relevance
/external/testng/src/main/java/org/testng/internal/ |
D | ClassImpl.java | 35 public class ClassImpl implements IClass { class 52 public ClassImpl(ITestContext context, Class cls, XmlClass xmlClass, Object instance, in ClassImpl() method in ClassImpl
|
D | BaseClassFinder.java | 48 result = new ClassImpl(context, cls, xmlClass, instance, m_classes, xmlTest, annotationFinder, in findOrCreateIClass()
|
/external/testng/src/main/java/org/testng/ |
D | ITestContext.java | 6 import org.testng.internal.ClassImpl;
|
D | TestRunner.java | 25 import org.testng.internal.ClassImpl; 1622 if (!(iClass instanceof ClassImpl)) return null; in getInjector() 1623 Injector parentInjector = ((ClassImpl)iClass).getParentInjector(); in getInjector()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 6180 if (ObjCImplementationDecl *ClassImpl in CodeCompleteObjCPropertyDefinition() local 6182 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition() 6214 if (ObjCImplementationDecl *ClassImpl in CodeCompleteObjCPropertySynthesizeIvar() local 6216 Class = ClassImpl->getClassInterface(); in CodeCompleteObjCPropertySynthesizeIvar()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 7900 if (ObjCImplementationDecl *ClassImpl = in CodeCompleteObjCPropertyDefinition() local 7902 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition() 7932 if (ObjCImplementationDecl *ClassImpl = in CodeCompleteObjCPropertySynthesizeIvar() local 7934 Class = ClassImpl->getClassInterface(); in CodeCompleteObjCPropertySynthesizeIvar()
|
/external/llvm-project/clang/docs/ |
D | ClangFormatStyleOptions.rst | 1768 then a file ``ClassImpl.hpp`` is considered "main" (in addition to 1772 ``ClassImpl.hpp`` would not have the main include file put on top
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5726 if (ObjCImplementationDecl *ClassImpl = Class->getImplementation()) in clang_getCursorDefinition() local 5727 if (ObjCMethodDecl *Def = ClassImpl->getMethod(Method->getSelector(), in clang_getCursorDefinition()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 6509 if (ObjCImplementationDecl *ClassImpl = Class->getImplementation()) in clang_getCursorDefinition() local 6510 if (ObjCMethodDecl *Def = ClassImpl->getMethod( in clang_getCursorDefinition()
|