Home
last modified time | relevance | path

Searched defs:RecordTy (Results 1 – 23 of 23) sorted by relevance

/llvm-project/clang/test/ParserOpenACC/
H A Dparse-clauses.cpp40 class RecordTy { // #RecTy global() class
/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp509 if (const auto *RecordTy = Ty->getAs<RecordType>()) { isVectorTypeBased() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp268 const RecordType *RecordTy = T->getAs<RecordType>(); TypeRequiresGCollection() local
2181 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { EmitAggregateCopy() local
2190 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { EmitAggregateCopy() local
H A DCGDebugInfo.cpp1606 createBitFieldType(const FieldDecl * BitFieldDecl,llvm::DIScope * RecordTy,const RecordDecl * RD) createBitFieldType() argument
1693 llvm::DIScope *RecordTy = BitFieldDI->getScope(); createBitFieldSeparatorIfNeeded() local
1759 CollectRecordLambdaFields(const CXXRecordDecl * CXXDecl,SmallVectorImpl<llvm::Metadata * > & elements,llvm::DIType * RecordTy) CollectRecordLambdaFields() argument
1801 CreateRecordStaticField(const VarDecl * Var,llvm::DIType * RecordTy,const RecordDecl * RD) CreateRecordStaticField() argument
1838 CollectRecordNormalField(const FieldDecl * field,uint64_t OffsetInBits,llvm::DIFile * tunit,SmallVectorImpl<llvm::Metadata * > & elements,llvm::DIType * RecordTy,const RecordDecl * RD) CollectRecordNormalField() argument
1879 CollectRecordFields(const RecordDecl * record,llvm::DIFile * tunit,SmallVectorImpl<llvm::Metadata * > & elements,llvm::DICompositeType * RecordTy) CollectRecordFields() argument
2021 CreateCXXMemberFunction(const CXXMethodDecl * Method,llvm::DIFile * Unit,llvm::DIType * RecordTy) CreateCXXMemberFunction() argument
2140 CollectCXXMemberFunctions(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys,llvm::DIType * RecordTy) CollectCXXMemberFunctions() argument
2178 CollectCXXBases(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys,llvm::DIType * RecordTy) CollectCXXBases() argument
2193 CollectCXXBasesAux(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys,llvm::DIType * RecordTy,const CXXRecordDecl::base_class_const_range & Bases,llvm::DenseSet<CanonicalDeclPtr<const CXXRecordDecl>> & SeenTypes,llvm::DINode::DIFlags StartingFlags) CollectCXXBasesAux() argument
[all...]
H A DItaniumCXXABI.cpp195 const CXXRecordDecl *RD = RecordTy->getAsCXXRecordDecl(); in hasUniqueVTablePointer() argument
1321 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { emitThrow() local
3488 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { ShouldUseExternalRTTIDescriptor() local
3522 IsIncompleteClassType(const RecordType * RecordTy) IsIncompleteClassType() argument
3538 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { ContainsIncompleteClassType() local
3981 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { BuildTypeInfo() local
[all...]
H A DCGClass.cpp644 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in EmitMemberInitializer() local
977 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in emitMemcpy() local
1123 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in pushEHDestructors() local
1645 QualType RecordTy in Emit() local
[all...]
H A DCGException.cpp2135 llvm::Type *RecordTy = llvm::PointerType::getUnqual(getLLVMContext()); in EmitSEHExceptionCodeSave() local
H A DCGStmt.cpp3089 QualType RecordTy = getContext().getRecordType(RD); InitCapturedStruct() local
H A DCGDecl.cpp1532 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { EmitAutoVarAlloca() local
H A DMicrosoftCXXABI.cpp4086 QualType RecordTy = getContext().getRecordType(RD); getAddrOfCXXCtorClosure() local
/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp33 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl()); in getCurrentInstantiationOf() local
H A DSemaDeclObjC.cpp3846 const auto *RecordTy = T->getAs<RecordType>(); IsVariableSizedType() local
3892 } else if (const RecordType *RecordTy = IvarTy->getAs<RecordType>()) { DiagnoseVariableSizedIvars() local
5535 if (const RecordType *RecordTy = SetIvarInitializers() local
H A DSemaExprMember.cpp798 if (IsArrow) RecordTy = RecordTy->castAs<PointerType>()->getPointeeType(); in BuildMemberReferenceExpr() local
H A DSemaObjCProperty.cpp1313 const RecordType *RecordTy = PropertyIvarType->getAs<RecordType>(); ActOnPropertyImplDecl() local
H A DSemaObjC.cpp1386 const RecordType *RecordTy = T->getAs<RecordType>(); CheckSubscriptingKind() local
H A DSemaCodeComplete.cpp1073 Context.getCanonicalType(RecordTy)); in getConstructors() local
3367 if (const auto *RecordTy = Ty->getAs<RecordType>()) AddTypedNameChunk() local
H A DSemaDeclCXX.cpp7410 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { defaultedSpecialMemberIsConstexpr() local
14491 if (const RecordType *RecordTy = T->getAs<RecordType>()) { buildSingleCopyAssignRecursively() local
H A DSemaOverload.cpp6576 const RecordType *RecordTy = T->getAs<RecordType>(); PerformContextualImplicitConversion() local
/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp668 if (auto RecordTy = dyn_cast<RecordRecTy>(Field.RecType)) { collectTableEntries() local
/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1060 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); TypeIsInnerPointer() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2812 for (const DICompositeType *RecordTy : TypesToEmit) emitDeferredCompleteTypes() local
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1138 if (const auto *RecordTy = T->getAs<RecordType>()) { addedMember() local
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp