Home
last modified time | relevance | path

Searched defs:FieldType (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.h172 QualType FieldType; variable
205 makeIndex(unsigned index, CharUnits offset, QualType FieldType, in makeIndex()
H A DCGRecordLayoutBuilder.cpp324 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
330 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
H A DCGClass.cpp640 QualType FieldType = Field->getType(); in EmitMemberInitializer() local
692 QualType FieldType = Field->getType(); in EmitInitializerForField() local
1062 QualType FieldType = Field->getType(); in isMemberInitMemcpyable() local
1126 QualType FieldType = MemberInit->getAnyMember()->getType(); in pushEHDestructors() local
H A DCGBlocks.cpp330 QualType FieldType; member
H A DCGExpr.cpp4421 QualType FieldType = field->getType(); in EmitLValueForField() local
4538 QualType FieldType = Field->getType(); in EmitLValueForFieldInitialization() local
H A DCGDebugInfo.cpp1504 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields() local
1566 llvm::DIType *FieldType; in CollectRecordNormalField() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp572 TBAAStructTypeNode FieldType) { in hasField()
644 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DInitialization.h239 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) in InitializedEntity()
413 QualType FieldType, in InitializeLambdaCapture()
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp499 QualType FieldType = Field->getType(); in createValueUnlessSelfReferential() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCUDA.cpp404 const RecordType *FieldType = in inferCUDATargetForImplicitSpecialMember() local
H A DSemaLambda.cpp1703 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField() local
H A DSemaDeclCXX.cpp5631 QualType FieldType = Context.getBaseElementType(Field->getType()); in MarkBaseAndMemberDestructorsReferenced() local
7700 QualType FieldType = in visitSubobjects() local
9145 FieldDecl *FD, QualType FieldType) { in shouldDeleteForVariantObjCPtrMember()
9200 QualType FieldType = S.Context.getBaseElementType(FD->getType()); in shouldDeleteForField() local
9701 QualType FieldType = S.Context.getBaseElementType(FI->getType()); in checkTrivialClassMembers() local
14599 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitCopyAssignment() local
14965 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitMoveAssignment() local
H A DSemaDecl.cpp18279 QualType FieldType = FD->getType().getDesugaredType(Context); in ActOnFields() local
18347 QualType FieldType = I->getType(); in ActOnFields() local
H A DSemaInit.cpp2799 QualType FieldType = Field->getType(); in CheckDesignatedInitializer() local
H A DSemaDeclAttr.cpp4117 QualType FieldType = Field->getType(); in handleTransparentUnionAttr() local
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2135 QualType FieldType = F->getType(); in findUntaggedStructOrUnionIndex() local
H A DRecordLayoutBuilder.cpp3627 const QualType &FieldType = C.getLangOpts().DumpRecordLayoutsCanonical in DumpRecordLayout() local
H A DDeclCXX.cpp1063 if (CXXRecordDecl *FieldType = T->getAsCXXRecordDecl()) { in addedMember() local
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1184 Type *FieldType = S.first->getType(); in buildFrameType() local
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp121 enum FieldType { enum