Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp256 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp2118 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4191 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4676 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4808 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
5453 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
6259 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg()
7584 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
8214 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
9831 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
11279 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
[all …]
H A DCGExprAgg.cpp2110 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
2119 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
H A DCGCUDANV.cpp427 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
H A DCGAtomic.cpp825 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
H A DCGBlocks.cpp613 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
H A DCGClass.cpp800 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
H A DCGObjC.cpp926 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
H A DCGCall.cpp2574 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2367 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2368 TypeInfoChars getTypeInfoInChars(QualType T) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1903 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()
2668 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
H A DASTContext.cpp1848 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1868 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1883 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1891 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1892 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
2472 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
2475 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp1055 if (Context.getTypeInfoInChars(SrcType).Width == in argTypeIsABIEquivalent()
1056 Context.getTypeInfoInChars(DestType).Width) in argTypeIsABIEquivalent()