Home
last modified time | relevance | path

Searched defs:ClassType (Results 1 – 25 of 30) sorted by relevance

12

/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DClassType.java45 public interface ClassType extends ReferenceType { interface
/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java673 public static class ClassType extends ObjectType { class in SignatureAttribute
684 ClassType(String signature, int begin, int end, TypeArgument[] targs) { in ClassType() method in SignatureAttribute.ClassType
701 public ClassType(String className, TypeArgument[] args) { in ClassType() method in SignatureAttribute.ClassType
712 public ClassType(String className) { in ClassType() method in SignatureAttribute.ClassType
/external/python/cpython2/Lib/
Dtypes.py53 ClassType = type(_C) variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h95 TypeIndex ClassType; member
185 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()
214 TypeIndex ClassType; member
224 TypeIndex ClassType; variable
236 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
253 TypeIndex ClassType; member
257 TypeIndex ClassType; variable
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dcodegen_pwpb.py40 class ClassType(enum.Enum): class
1263 def proto_field_methods(class_type: ClassType, field_type: int) -> List:
1270 class_type: ClassType) -> None:
1349 class_type: ClassType) -> None:
1438 def generate_class_wrappers(package: ProtoNode, class_type: ClassType,
/external/ImageMagick/MagickCore/
Dmagick-type.h167 } ClassType; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h181 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()
201 TypeIndex ClassType; variable
226 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
235 TypeIndex ClassType; variable
/external/clang/lib/AST/
DDeclarationName.cpp136 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
DDeclCXX.cpp1366 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
1604 QualType ClassType in isCopyAssignmentOperator() local
1625 QualType ClassType in isMoveAssignmentOperator() local
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp237 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
1304 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh486 typedef typename Types::ClassTypeNarrow ClassType; typedef
/external/doclava/src/com/google/doclava/
DInfoBuilder.java540 private enum ClassType { enum in InfoBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp392 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
1892 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/external/clang/include/clang/Sema/
DDeclSpec.h1047 void setConstructorName(ParsedType ClassType, in setConstructorName()
1071 ParsedType ClassType, in setDestructorName()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp2680 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
3317 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
DCGDebugInfo.cpp2156 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7258 QualType ClassType in ActOnConversionDeclarator() local
9152 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
9464 CanQualType ClassType in DeclareImplicitDestructor() local
10985 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
11168 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
DSemaOverload.cpp1548 const Type *ClassType in IsStandardConversion() local
4864 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
5777 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
13019 QualType ClassType in FixOverloadedFunctionReference() local
DSemaExprCXX.cpp879 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
3044 QualType ClassType = dtor->getThisType(Context)->getPointeeType(); in CheckVirtualDtorCall() local
DSemaExprObjC.cpp2367 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
DSemaTemplate.cpp5442 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
/external/pdfium/third_party/pymock/
Dmock.py370 ClassType = type(OldStyleClass) variable
/external/libcxxabi/src/demangle/
DItaniumDemangle.h573 const Node *ClassType; variable
3357 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h579 const Node *ClassType; variable
3592 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp1175 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()

12