reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2153   std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;

References

tools/clang/lib/AST/ASTContext.cpp
 1700   std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T);
 1721       Context.getTypeInfoInChars(CAT->getElementType());
 2258   return getTypeInfoInChars(T).first;
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 1778       Context.getTypeInfoInChars(D->getType());
tools/clang/lib/CodeGen/CGAtomic.cpp
  766   std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy);
tools/clang/lib/CodeGen/CGBlocks.cpp
  560       = CGM.getContext().getTypeInfoInChars(thisType);
tools/clang/lib/CodeGen/CGCUDANV.cpp
  354         CGM.getContext().getTypeInfoInChars(A->getType());
tools/clang/lib/CodeGen/CGCall.cpp
 2127         auto info = getContext().getTypeInfoInChars(PTy);
tools/clang/lib/CodeGen/CGClass.cpp
  783         Context.getTypeInfoInChars(D->getType());
tools/clang/lib/CodeGen/CGExprAgg.cpp
 1956     TypeInfo = getContext().getTypeInfoInChars(Ty);
 1965       TypeInfo = getContext().getTypeInfoInChars(BaseEltTy);
tools/clang/lib/CodeGen/CGObjC.cpp
  836       CGM.getContext().getTypeInfoInChars(ivarType);
tools/clang/lib/CodeGen/TargetInfo.cpp
  627     auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty);
  840                           getContext().getTypeInfoInChars(Ty),
 1939   auto TypeInfo = getContext().getTypeInfoInChars(Ty);
 3832         getContext().getTypeInfoInChars(Ty);
 3908                           CGF.getContext().getTypeInfoInChars(Ty),
 4119                           CGF.getContext().getTypeInfoInChars(Ty),
 4184     auto TI = getContext().getTypeInfoInChars(Ty);
 4294       auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty);
 4860   auto TypeInfo = getContext().getTypeInfoInChars(Ty);
 5436     auto BaseTyInfo = getContext().getTypeInfoInChars(QualType(Base, 0));
 5564   auto TyInfo = getContext().getTypeInfoInChars(Ty);
 5582                           CGF.getContext().getTypeInfoInChars(Ty),
 6688   auto TyInfo = getContext().getTypeInfoInChars(Ty);
 7264   auto TyInfo = getContext().getTypeInfoInChars(Ty);
 7541                           getContext().getTypeInfoInChars(Ty),
 8364   auto TypeInfo = getContext().getTypeInfoInChars(Ty);
 8529                           getContext().getTypeInfoInChars(Ty),
 9646       getContext().getTypeInfoInChars(Ty);
tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
  252           Ctx.getTypeInfoInChars(FD->getType());