Home
last modified time | relevance | path

Searched refs:getTypeInfoInChars (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp256 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp715 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
970 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
2127 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4186 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4268 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
4470 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()
4671 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4803 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4912 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
5442 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
[all …]
H A DCGExprAgg.cpp2146 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
2155 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
H A DCGCUDANV.cpp441 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
H A DCGAtomic.cpp825 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
H A DCGBlocks.cpp611 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
H A DCGClass.cpp801 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
H A DCGObjC.cpp928 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
H A DCGCall.cpp2624 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2346 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2347 TypeInfoChars getTypeInfoInChars(QualType T) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1903 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()
2679 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
H A DASTContext.cpp1821 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1841 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1856 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1864 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1865 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
2483 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
2486 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp1056 if (Context.getTypeInfoInChars(SrcType).Width == in argTypeIsABIEquivalent()
1057 Context.getTypeInfoInChars(DestType).Width) in argTypeIsABIEquivalent()