Home
last modified time | relevance | path

Searched defs:getClassType (Results 1 – 13 of 13) sorted by relevance

/external/javassist/src/main/javassist/runtime/
DDesc.java131 private static Class<?>[] getClassType(String desc, int descLen, in getClassType() method in Desc
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DMutableClass.java57 public Type getClassType() { in getClassType() method in MutableClass
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldOrMethod.java100 public ObjectType getClassType( final ConstantPoolGen cpg ) { in getClassType() method in FieldOrMethod
/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/
DPsiUtils.kt153 fun KtClassOrObject.getClassType(): ClassKind { in KtClassOrObject() method
/external/pytorch/torch/csrc/jit/frontend/
Dsugared_value.h755 ClassTypePtr getClassType() const override { in getClassType() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h187 TypeIndex getClassType() const { return ClassType; } in getClassType() function
226 TypeIndex getClassType() const { return ClassType; } in getClassType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h192 TypeIndex getClassType() const { return ClassType; } in getClassType() function
231 TypeIndex getClassType() const { return ClassType; } in getClassType() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h203 TypeIndex getClassType() const { return ClassType; } in getClassType() function
247 TypeIndex getClassType() const { return ClassType; } in getClassType() function
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2437 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetClassFunctionDecl() local
2452 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local
2467 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), in SynthGetMetaClassFunctionDecl() local
DRewriteModernObjC.cpp2513 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetClassFunctionDecl() local
2528 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl() local
2543 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetMetaClassFunctionDecl() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h843 DIType *getClassType() const { in getClassType() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDebugInfoMetadata.cpp634 DIType *DIDerivedType::getClassType() const { in getClassType() function in DIDerivedType
/external/pytorch/torch/csrc/jit/python/
Dscript_init.cpp442 ClassTypePtr getClassType() const override { in getClassType() function