Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp251 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp660 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
920 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
2065 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4089 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4165 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
4372 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()
4575 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4694 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4803 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
5333 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
[all …]
H A DCGExprAgg.cpp2100 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
2109 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
H A DCGCUDANV.cpp412 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
H A DCGAtomic.cpp804 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
H A DCGClass.cpp802 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
H A DCGBlocks.cpp560 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
H A DCGObjC.cpp924 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
H A DCGCall.cpp2494 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2237 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2238 TypeInfoChars getTypeInfoInChars(QualType T) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1815 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1835 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1850 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1859 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1860 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
2422 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
2425 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
H A DRecordLayoutBuilder.cpp1888 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()
2622 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1046 if (Context.getTypeInfoInChars(SrcType).Width == in argTypeIsABIEquivalent()
1047 Context.getTypeInfoInChars(DestType).Width) in argTypeIsABIEquivalent()