Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp641 QualType FieldType = Field->getType(); in EmitMemberInitializer() local
693 QualType FieldType = Field->getType(); in EmitInitializerForField() local
1063 QualType FieldType = Field->getType(); in isMemberInitMemcpyable() local
1127 QualType FieldType = MemberInit->getAnyMember()->getType(); in pushEHDestructors() local
H A DCGBlocks.cpp330 QualType FieldType; member
H A DCGExpr.cpp4397 QualType FieldType = field->getType(); in EmitLValueForField() local
4514 QualType FieldType = Field->getType(); in EmitLValueForFieldInitialization() local
H A DCGDebugInfo.cpp1535 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields() local
1597 llvm::DIType *FieldType; in CollectRecordNormalField() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp567 TBAAStructTypeNode FieldType) { in hasField()
639 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DInitialization.h245 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) in InitializedEntity()
427 QualType FieldType, in InitializeLambdaCapture()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCUDA.cpp403 const RecordType *FieldType = in inferCUDATargetForImplicitSpecialMember() local
H A DSemaLambda.cpp1745 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField() local
H A DSemaDeclCXX.cpp5672 QualType FieldType = Context.getBaseElementType(Field->getType()); in MarkBaseAndMemberDestructorsReferenced() local
7769 QualType FieldType = in visitSubobjects() local
9231 FieldDecl *FD, QualType FieldType) { in shouldDeleteForVariantObjCPtrMember()
9286 QualType FieldType = S.Context.getBaseElementType(FD->getType()); in shouldDeleteForField() local
9787 QualType FieldType = S.Context.getBaseElementType(FI->getType()); in checkTrivialClassMembers() local
14706 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitCopyAssignment() local
15081 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitMoveAssignment() local
H A DSemaDecl.cpp18892 QualType FieldType = FD->getType().getDesugaredType(Context); in ActOnFields() local
18960 QualType FieldType = I->getType(); in ActOnFields() local
H A DSemaInit.cpp2813 QualType FieldType = Field->getType(); in CheckDesignatedInitializer() local
H A DSemaDeclAttr.cpp4235 QualType FieldType = Field->getType(); in handleTransparentUnionAttr() local
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.cpp453 QualType FieldType = F.Decl->getType(); in CheckFieldsInitialized() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp743 QualType FieldType = Field->getType(); in createValueUnlessSelfReferential() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2182 QualType FieldType = F->getType(); in findUntaggedStructOrUnionIndex() local
H A DRecordLayoutBuilder.cpp3640 const QualType &FieldType = C.getLangOpts().DumpRecordLayoutsCanonical in DumpRecordLayout() local
H A DDeclCXX.cpp1075 if (CXXRecordDecl *FieldType = T->getAsCXXRecordDecl()) { in addedMember() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1206 Type *FieldType = S.first->getType(); in buildFrameType() local
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp118 enum FieldType { enum