| /llvm-project-15.0.7/libc/utils/LibcTableGenUtil/ |
| H A D | APIIndexer.cpp | 152 NamedTypeClass = Records.getClass(NamedTypeClassName); in index() 153 PtrTypeClass = Records.getClass(PtrTypeClassName); in index() 154 RestrictedPtrTypeClass = Records.getClass(RestrictedPtrTypeClassName); in index() 155 StructClass = Records.getClass(StructTypeClassName); in index() 156 ConstTypeClass = Records.getClass(ConstTypeClassName); in index() 157 StandardSpecClass = Records.getClass(StandardSpecClassName); in index() 158 PublicAPIClass = Records.getClass(PublicAPIClassName); in index()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyClassDefinitionDumper.cpp | 52 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 D | PrettyTypeDumper.cpp | 355 << Class.getClass().getUdtKind() << " "; in dumpClassLayout()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | attr-objc-runtime-visible.m | 15 // CHECK: define{{.*}} i8* @getClass() #0 { 16 Class getClass(void) { function
|
| H A D | forward-protocol-metadata-symbols.m | 9 +(Class) getClass; class 13 +(Class) getClass { return self; } class
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ASTTableGen.h | 396 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 D | ClangASTPropertiesEmitter.cpp | 103 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 D | ASTTableGen.cpp | 111 if (!records.getClass(nodeClassName)) { in visitHierarchy()
|
| H A D | NeonEmitter.cpp | 564 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()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | SPIRVUtilsGen.cpp | 64 StringRef getClass() const; 112 StringRef Availability::getClass() const { in getClass() function in Availability 344 classCaseMap[avail.getClass()].push_back({enumerant, avail}); in emitAvailabilityQueryForIntEnum() 386 classCaseMap[avail.getClass()].push_back({enumerant, avail}); in emitAvailabilityQueryForBitEnum() 433 StringRef className = avail.getClass(); in emitEnumDecl() 1144 Record *attrClass = recordKeeper.getClass("Attr"); in emitSerializationFns() 1258 availClasses.try_emplace(avail.getClass(), avail); in emitAvailabilityImpl() 1267 availClasses.try_emplace(caseAvail.getClass(), caseAvail); in emitAvailabilityImpl() 1285 if (avail.getClass() == availClassName && in emitAvailabilityImpl() 1313 if (availClassName == caseAvail.getClass()) in emitAvailabilityImpl()
|
| H A D | OpGenHelpers.cpp | 44 Record *classDef = recordKeeper.getClass("Op"); in getRequestedOpDefinitions()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbolCOFF.h | 40 uint16_t getClass() const { in getClass() function
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 636 Record *IntrinsicClass = Records.getClass("Intrinsic"); in collectTableEntries() 637 Record *InstructionClass = Records.getClass("Instruction"); in collectTableEntries() 679 Enum->Class = Records.getClass(FilterClass); in run() 715 if (!Records.getClass(FilterClass)) in run() 755 Record *SearchableTable = Records.getClass("SearchableTable"); in run()
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Operator.cpp | 418 auto *typeConstraintClass = recordKeeper.getClass("TypeConstraint"); in populateOpStructure() 419 auto *attrClass = recordKeeper.getClass("Attr"); in populateOpStructure() 420 auto *derivedAttrClass = recordKeeper.getClass("DerivedAttr"); in populateOpStructure() 421 auto *opVarClass = recordKeeper.getClass("OpVariable"); in populateOpStructure()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCXXABI.cpp | 50 cast<CXXRecordDecl>(MPT->getClass()->castAs<RecordType>()->getDecl()); in EmitLoadOfMemberFunctionPointer() 291 derivedType->castAs<MemberPointerType>()->getClass()->getAsCXXRecordDecl(); in getMemberPointerAdjustment()
|
| H A D | CodeGenTypes.cpp | 786 auto *C = MPTy->getClass(); in ConvertType()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | UDTLayout.h | 168 const PDBSymbolTypeUDT &getClass() const { return UDT; } in getClass() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 399 QualType Class = getFullyQualifiedType(QualType(MPT->getClass(), 0), Ctx, in getFullyQualifiedType()
|
| H A D | Type.cpp | 952 return Ctx.getMemberPointerType(pointeeType, T->getClass()); in VisitMemberPointerType() 2274 const Type *ClassTy = MPTy->getClass(); in isIncompleteType() 3945 return merge(Cache::get(MPT->getClass()), in computeCachedProperties() 4032 LinkageInfo LV = computeTypeLinkageInfo(MPT->getClass()); in computeTypeLinkageInfo() 4448 return getClass()->getAsCXXRecordDecl()->getMostRecentNonInjectedDecl(); in getMostRecentCXXRecordDecl()
|
| H A D | ASTStructuralEquivalence.cpp | 747 if (!IsStructurallyEquivalent(Context, QualType(MemPtr1->getClass(), 0), in IsStructurallyEquivalent() 748 QualType(MemPtr2->getClass(), 0))) in IsStructurallyEquivalent()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 455 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const Type *, getClass)
|
| H A D | ASTNodeTraverser.h | 353 Visit(T->getClass()); in VisitMemberPointerType()
|
| H A D | TypeLoc.h | 1300 const Type *getClass() const { in getClass() function 1301 return getTypePtr()->getClass(); in getClass()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1548 if (ToMPT->getClass() != FromMPT->getClass()) in IsFunctionConversion() 2873 if (!Context.hasSameType(FromMember->getClass(), ToMember->getClass())) { in HandleFunctionTypeMismatch() 2875 << QualType(FromMember->getClass(), 0); in HandleFunctionTypeMismatch() 3102 QualType FromClass(FromTypePtr->getClass(), 0); in IsMemberPointerConversion() 3103 QualType ToClass(ToTypePtr->getClass(), 0); in IsMemberPointerConversion() 3141 QualType ToClass = QualType(ToPtrType->getClass(), 0); in CheckMemberPointerConversion() 4445 const Type *ToPointeeType1 = ToMemPointer1->getClass(); in CompareDerivedToBaseConversions() 4447 const Type *ToPointeeType2 = ToMemPointer2->getClass(); in CompareDerivedToBaseConversions() 8037 const Type *ClassTy = PointerTy->getClass(); in AddMemberPointerWithMoreQualifiedTypeVariants() 8180 TyRec = RHSMPType->getClass()->getAs<RecordType>(); in CollectVRQualifiers() [all …]
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 581 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID() 2195 Record *Class = Records.getClass(Name->getValue()); in ParseSimpleValue() 3386 Record *CurRec = Records.getClass(Lex.getCurStrVal()); in ParseClass() 3698 InheritFromClass = (Records.getClass(Lex.getCurStrVal()) != nullptr); in ParseDefm()
|