Home
last modified time | relevance | path

Searched refs:getClass (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp51 const PDBSymbolTypeUDT &Class = Layout.getClass(); in prettyPrintClassIntro()
53 if (Layout.getClass().isConstType()) in prettyPrintClassIntro()
55 if (Layout.getClass().isVolatileType()) in prettyPrintClassIntro()
57 if (Layout.getClass().isUnalignedType()) in prettyPrintClassIntro()
H A DPrettyTypeDumper.cpp353 << Class.getClass().getUdtKind() << " "; in dumpClassLayout()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h396 HasProperties getClass() const { in getClass() function
423 HasProperties getClass() const { in getClass() function
443 HasProperties getClass() const { in getClass() function
463 HasProperties getClass() const { in getClass() function
H A DClangASTPropertiesEmitter.cpp103 HasProperties node = property.getClass(); in ASTPropsEmitter()
110 HasProperties node = creationRule.getClass(); in ASTPropsEmitter()
124 HasProperties node = overrideRule.getClass(); in ASTPropsEmitter()
138 HasProperties node = helperRule.getClass(); in ASTPropsEmitter()
H A DASTTableGen.cpp111 if (!records.getClass(nodeClassName)) { in visitHierarchy()
H A DNeonEmitter.cpp564 Record *SI = R.getClass("SInst"); in NeonEmitter()
565 Record *II = R.getClass("IInst"); in NeonEmitter()
566 Record *WI = R.getClass("WInst"); in NeonEmitter()
567 Record *SOpI = R.getClass("SOpInst"); in NeonEmitter()
568 Record *IOpI = R.getClass("IOpInst"); in NeonEmitter()
569 Record *WOpI = R.getClass("WOpInst"); in NeonEmitter()
570 Record *LOpI = R.getClass("LOpInst"); in NeonEmitter()
571 Record *NoTestOpI = R.getClass("NoTestOpInst"); in NeonEmitter()
H A DClangAttrEmitter.cpp2794 Record *ClassRecord = Records.getClass(Descriptor.TableGenName); in AttrClassHierarchy()
2922 Record *InhClass = Records.getClass("InheritableAttr"); in EmitClangAttrPCHRead()
2964 Record *InhClass = Records.getClass("InheritableAttr"); in EmitClangAttrPCHWrite()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h40 uint16_t getClass() const { in getClass() function
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java555 Class c = o.getClass(); in getString()
572 Method eq = obj.getClass().getDeclaredMethod("equals", in checkEquality()
577 obj.getClass().getName()); in checkEquality()
637 Class c = obj.getClass(); in performBeanTest()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp638 Record *IntrinsicClass = Records.getClass("Intrinsic"); in collectTableEntries()
639 Record *InstructionClass = Records.getClass("Instruction"); in collectTableEntries()
674 Enum->Class = Records.getClass(FilterClass); in run()
710 if (!Records.getClass(FilterClass)) in run()
750 Record *SearchableTable = Records.getClass("SearchableTable"); in run()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp51 cast<CXXRecordDecl>(MPT->getClass()->castAs<RecordType>()->getDecl()); in EmitLoadOfMemberFunctionPointer()
247 derivedType->castAs<MemberPointerType>()->getClass()->getAsCXXRecordDecl(); in getMemberPointerAdjustment()
H A DCodeGenTypes.cpp758 RecordsWithOpaqueMemberPointers.insert(MPTy->getClass()); in ConvertType()
H A DCGExprCXX.cpp441 cast<CXXRecordDecl>(MPT->getClass()->castAs<RecordType>()->getDecl()); in EmitCXXMemberPointerCallExpr()
451 QualType(MPT->getClass(), 0)); in EmitCXXMemberPointerCallExpr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h169 const PDBSymbolTypeUDT &getClass() const { return UDT; } in getClass() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp395 QualType Class = getFullyQualifiedType(QualType(MPT->getClass(), 0), Ctx, in getFullyQualifiedType()
H A DType.cpp946 return Ctx.getMemberPointerType(pointeeType, T->getClass()); in VisitMemberPointerType()
2250 const Type *ClassTy = MPTy->getClass(); in isIncompleteType()
3880 return merge(Cache::get(MPT->getClass()), in computeCachedProperties()
3967 LinkageInfo LV = computeTypeLinkageInfo(MPT->getClass()); in computeTypeLinkageInfo()
4383 return getClass()->getAsCXXRecordDecl()->getMostRecentNonInjectedDecl(); in getMostRecentCXXRecordDecl()
H A DASTStructuralEquivalence.cpp746 if (!IsStructurallyEquivalent(Context, QualType(MemPtr1->getClass(), 0), in IsStructurallyEquivalent()
747 QualType(MemPtr2->getClass(), 0))) in IsStructurallyEquivalent()
H A DODRHash.cpp916 AddType(T->getClass()); in VisitMemberPointerType()
H A DMicrosoftMangle.cpp631 mangleName(MPT->getClass()->getAsCXXRecordDecl()); in mangleVariableEncoding()
2914 mangleName(T->getClass()->castAs<RecordType>()->getDecl()); in mangleType()
2918 mangleName(T->getClass()->castAs<RecordType>()->getDecl()); in mangleType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h455 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const Type *, getClass)
H A DASTNodeTraverser.h353 Visit(T->getClass()); in VisitMemberPointerType()
H A DTypeLoc.h1268 const Type *getClass() const { in getClass() function
1269 return getTypePtr()->getClass(); in getClass()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1550 if (ToMPT->getClass() != FromMPT->getClass()) in IsFunctionConversion()
2872 if (!Context.hasSameType(FromMember->getClass(), ToMember->getClass())) { in HandleFunctionTypeMismatch()
2874 << QualType(FromMember->getClass(), 0); in HandleFunctionTypeMismatch()
3095 QualType FromClass(FromTypePtr->getClass(), 0); in IsMemberPointerConversion()
3096 QualType ToClass(ToTypePtr->getClass(), 0); in IsMemberPointerConversion()
3134 QualType ToClass = QualType(ToPtrType->getClass(), 0); in CheckMemberPointerConversion()
4437 const Type *ToPointeeType1 = ToMemPointer1->getClass(); in CompareDerivedToBaseConversions()
4439 const Type *ToPointeeType2 = ToMemPointer2->getClass(); in CompareDerivedToBaseConversions()
7952 const Type *ClassTy = PointerTy->getClass(); in AddMemberPointerWithMoreQualifiedTypeVariants()
8095 TyRec = RHSMPType->getClass()->getAs<RecordType>(); in CollectVRQualifiers()
[all …]
H A DSemaType.cpp2384 if (!MPTy->getClass()->isDependentType()) in BuildArrayType()
6126 const Type* ClsTy = TL.getClass(); in VisitMemberPointerTypeLoc()
6975 return C.getMemberPointerType(New, OldMPT->getClass()); in wrap()
8580 if (!MPTy->getClass()->isDependentType()) { in RequireCompleteTypeImpl()
8582 !MPTy->getClass()->getAsCXXRecordDecl()->isBeingDefined() && in RequireCompleteTypeImpl()
8583 RequireCompleteType(Loc, QualType(MPTy->getClass(), 0), Kind, in RequireCompleteTypeImpl()
8590 (void)isCompleteType(Loc, QualType(MPTy->getClass(), 0)); in RequireCompleteTypeImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp580 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
2137 Record *Class = Records.getClass(Name->getValue()); in ParseSimpleValue()
3326 Record *CurRec = Records.getClass(Lex.getCurStrVal()); in ParseClass()
3628 InheritFromClass = (Records.getClass(Lex.getCurStrVal()) != nullptr); in ParseDefm()

12