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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2081   TypeInfo getTypeInfo(const Type *T) const;

References

tools/clang/include/clang/AST/ASTContext.h
 2082   TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); }
 2089   uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; }
 2120   unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; }
tools/clang/lib/AST/ASTContext.cpp
 1739   TypeInfo Info = getTypeInfo(T);
 1750   return getTypeInfo(T).AlignIsRequired;
 2090     return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr());
 2093     return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr());
 2114           getTypeInfo(ED->getIntegerType()->getUnqualifiedDesugaredType());
 2132     return getTypeInfo(cast<SubstTemplateTypeParmType>(T)->
 2140     return getTypeInfo(A->getDeducedType().getTypePtr());
 2144     return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr());
 2147     return getTypeInfo(
 2151     return getTypeInfo(cast<ObjCTypeParamType>(T)->desugar().getTypePtr());
 2155     TypeInfo Info = getTypeInfo(Typedef->getUnderlyingType().getTypePtr());
 2171     return getTypeInfo(cast<ElaboratedType>(T)->getNamedType().getTypePtr());
 2174     return getTypeInfo(
 2288   TypeInfo TI = getTypeInfo(T);
tools/clang/lib/AST/Expr.cpp
  261   if (T->isIntegralOrEnumerationType() && Context.getTypeInfo(T).Width <= 64)
tools/clang/lib/CodeGen/CGDebugInfo.cpp
   53   auto TI = Ctx.getTypeInfo(Ty);
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3147   TypeInfo LeftTI = Context.getTypeInfo(left);
 3148   TypeInfo RightTI = Context.getTypeInfo(right);
 3204   TypeInfo LeftTI = Context.getTypeInfo(lt);
 3205   TypeInfo RightTI = Context.getTypeInfo(rt);
tools/lldb/source/Symbol/ClangASTContext.cpp
 6759                       getASTContext()->getTypeInfo(ivar_qual_type.getTypePtr());
 6790                     getASTContext()->getTypeInfo(ivar_qual_type.getTypePtr());