Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp52 const PDBSymbolTypeUDT &Class = Layout.getClass(); in prettyPrintClassIntro()
54 if (Layout.getClass().isConstType()) in prettyPrintClassIntro()
56 if (Layout.getClass().isVolatileType()) in prettyPrintClassIntro()
58 if (Layout.getClass().isUnalignedType()) in prettyPrintClassIntro()
H A DPrettyTypeDumper.cpp355 << Class.getClass().getUdtKind() << " "; in dumpClassLayout()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h397 HasProperties getClass() const { in getClass() function
424 HasProperties getClass() const { in getClass() function
444 HasProperties getClass() const { in getClass() function
464 HasProperties getClass() const { in getClass() function
H A DClangASTPropertiesEmitter.cpp104 HasProperties node = property.getClass(); in ASTPropsEmitter()
111 HasProperties node = creationRule.getClass(); in ASTPropsEmitter()
125 HasProperties node = overrideRule.getClass(); in ASTPropsEmitter()
139 HasProperties node = helperRule.getClass(); in ASTPropsEmitter()
H A DASTTableGen.cpp112 if (!records.getClass(nodeClassName)) { in visitHierarchy()
H A DNeonEmitter.cpp570 Record *SI = R.getClass("SInst"); in NeonEmitter()
571 Record *II = R.getClass("IInst"); in NeonEmitter()
572 Record *WI = R.getClass("WInst"); in NeonEmitter()
573 Record *SOpI = R.getClass("SOpInst"); in NeonEmitter()
574 Record *IOpI = R.getClass("IOpInst"); in NeonEmitter()
575 Record *WOpI = R.getClass("WOpInst"); in NeonEmitter()
576 Record *LOpI = R.getClass("LOpInst"); in NeonEmitter()
577 Record *NoTestOpI = R.getClass("NoTestOpInst"); in NeonEmitter()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h42 uint16_t getClass() const { in getClass() function
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp639 Record *IntrinsicClass = Records.getClass("Intrinsic"); in collectTableEntries()
640 Record *InstructionClass = Records.getClass("Instruction"); in collectTableEntries()
682 Enum->Class = Records.getClass(FilterClass); in run()
718 if (!Records.getClass(FilterClass)) in run()
774 Record *SearchableTable = Records.getClass("SearchableTable"); in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h168 const PDBSymbolTypeUDT &getClass() const { return UDT; } in getClass() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp288 derivedType->castAs<MemberPointerType>()->getClass()->getAsCXXRecordDecl(); in getMemberPointerAdjustment()
H A DCodeGenTypes.cpp674 auto *C = MPTy->getClass(); in ConvertType()
H A DCGExprCXX.cpp449 cast<CXXRecordDecl>(MPT->getClass()->castAs<RecordType>()->getDecl()); in EmitCXXMemberPointerCallExpr()
459 QualType(MPT->getClass(), 0)); in EmitCXXMemberPointerCallExpr()
H A DItaniumCXXABI.cpp631 cast<CXXRecordDecl>(MPT->getClass()->castAs<RecordType>()->getDecl()); in EmitLoadOfMemberFunctionPointer()
800 CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl(); in EmitLoadOfMemberFunctionPointer()
3514 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType()
4236 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp397 QualType Class = getFullyQualifiedType(QualType(MPT->getClass(), 0), Ctx, in getFullyQualifiedType()
H A DType.cpp978 return Ctx.getMemberPointerType(pointeeType, T->getClass()); in VisitMemberPointerType()
2339 const Type *ClassTy = MPTy->getClass(); in isIncompleteType()
4306 return merge(Cache::get(MPT->getClass()), in computeCachedProperties()
4393 LinkageInfo LV = computeTypeLinkageInfo(MPT->getClass()); in computeTypeLinkageInfo()
4803 return getClass()->getAsCXXRecordDecl()->getMostRecentNonInjectedDecl(); in getMostRecentCXXRecordDecl()
H A DMicrosoftMangle.cpp653 mangleName(MPT->getClass()->getAsCXXRecordDecl()); in mangleVariableEncoding()
3092 mangleName(T->getClass()->castAs<RecordType>()->getDecl()); in mangleType()
3096 mangleName(T->getClass()->castAs<RecordType>()->getDecl()); in mangleType()
H A DASTStructuralEquivalence.cpp882 if (!IsStructurallyEquivalent(Context, QualType(MemPtr1->getClass(), 0), in IsStructurallyEquivalent()
883 QualType(MemPtr2->getClass(), 0))) in IsStructurallyEquivalent()
H A DODRHash.cpp1055 AddType(T->getClass()); in VisitMemberPointerType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h454 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const Type *, getClass)
H A DASTNodeTraverser.h359 Visit(T->getClass()); in VisitMemberPointerType()
H A DTypeLoc.h1306 const Type *getClass() const { in getClass() function
1307 return getTypePtr()->getClass(); in getClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp452 Local->Data.StorageClass = SymbolCOFF.getClass(); in DefineSymbol()
852 cast<MCSymbolCOFF>(Symbol).getClass() == COFF::IMAGE_SYM_CLASS_STATIC) in executePostLayoutBinding()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1765 if (ToMPT->getClass() != FromMPT->getClass()) in IsFunctionConversion()
3104 if (!Context.hasSameType(FromMember->getClass(), ToMember->getClass())) { in HandleFunctionTypeMismatch()
3106 << QualType(FromMember->getClass(), 0); in HandleFunctionTypeMismatch()
3365 QualType FromClass(FromTypePtr->getClass(), 0); in IsMemberPointerConversion()
3366 QualType ToClass(ToTypePtr->getClass(), 0); in IsMemberPointerConversion()
3404 QualType ToClass = QualType(ToPtrType->getClass(), 0); in CheckMemberPointerConversion()
4721 const Type *ToPointeeType1 = ToMemPointer1->getClass(); in CompareDerivedToBaseConversions()
4723 const Type *ToPointeeType2 = ToMemPointer2->getClass(); in CompareDerivedToBaseConversions()
8536 const Type *ClassTy = PointerTy->getClass(); in AddMemberPointerWithMoreQualifiedTypeVariants()
8679 TyRec = RHSMPType->getClass()->getAs<RecordType>(); in CollectVRQualifiers()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp714 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
2678 Record *Class = Records.getClass(Name->getValue()); in ParseSimpleValue()
3917 Record *CurRec = Records.getClass(Lex.getCurStrVal()); in ParseClass()
4217 InheritFromClass = (Records.getClass(Lex.getCurStrVal()) != nullptr); in ParseDefm()

12