Home
last modified time | relevance | path

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

123

/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DClassType.java45 public interface ClassType extends ReferenceType { interface
/external/python/cpython2/Lib/
Dtypes.py53 ClassType = type(_C) variable
/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/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/ImageMagick/MagickCore/
Dmagick-type.h167 } ClassType; typedef
/external/llvm-project/clang/lib/AST/
DDeclarationName.cpp119 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
DDeclCXX.cpp1862 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
2374 QualType ClassType in isCopyAssignmentOperator() local
2395 QualType ClassType in isMoveAssignmentOperator() local
/external/skqp/tests/
DGrTRecorderTest.cpp116 enum ClassType { enum
/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/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h175 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()
195 TypeIndex ClassType; variable
220 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
229 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.hh483 typedef typename Types::ClassTypeNarrow ClassType; typedef
/external/doclava/src/com/google/doclava/
DInfoBuilder.java540 private enum ClassType { enum in InfoBuilder
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp379 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
1913 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/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/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1098 void setConstructorName(ParsedType ClassType, in setConstructorName()
1122 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
/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
/external/pdfium/third_party/pymock/
Dmock.py370 ClassType = type(OldStyleClass) variable
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp3328 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
4033 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
/external/libcxxabi/src/demangle/
DItaniumDemangle.h573 const Node *ClassType; variable
3357 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/external/python/mock/mock/
Dmock.py376 ClassType = type(OldStyleClass) variable

123