Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DClassImpl.java35 public class ClassImpl implements IClass { class
52 public ClassImpl(ITestContext context, Class cls, XmlClass xmlClass, Object instance, in ClassImpl() method in ClassImpl
DBaseClassFinder.java48 result = new ClassImpl(context, cls, xmlClass, instance, m_classes, xmlTest, annotationFinder, in findOrCreateIClass()
/external/testng/src/main/java/org/testng/
DITestContext.java6 import org.testng.internal.ClassImpl;
DTestRunner.java25 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/
DSemaCodeComplete.cpp6180 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/
DSemaCodeComplete.cpp7900 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/
DClangFormatStyleOptions.rst1768 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/
DCIndex.cpp5726 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/
DCIndex.cpp6509 if (ObjCImplementationDecl *ClassImpl = Class->getImplementation()) in clang_getCursorDefinition() local
6510 if (ObjCMethodDecl *Def = ClassImpl->getMethod( in clang_getCursorDefinition()