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

References

tools/clang/include/clang/AST/ASTContext.h
 2088   uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; }
 2119   unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; }
tools/clang/lib/AST/ASTContext.cpp
 1831     TypeInfo EltInfo = getTypeInfo(CAT->getElementType());
 1845     TypeInfo EltInfo = getTypeInfo(VT->getElementType());
 2084     TypeInfo EltInfo = getTypeInfo(cast<ComplexType>(T)->getElementType());
 2179     TypeInfo Info = getTypeInfo(cast<AtomicType>(T)->getValueType());
tools/clang/lib/AST/Expr.cpp
  942   assert(V.getBitWidth() == C.getTypeInfo(type).Width &&
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 1465   TypeInfo FieldInfo = Context.getTypeInfo(D->getType());
tools/clang/lib/CodeGen/CGAtomic.cpp
   58         TypeInfo ValueTI = C.getTypeInfo(ValueTy);
   62         TypeInfo AtomicTI = C.getTypeInfo(AtomicTy);
tools/clang/lib/CodeGen/CGBuiltin.cpp
  497   unsigned Width = Type->isBooleanType() ? 1 : context.getTypeInfo(Type).Width;
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1290     TypeInfo TI = CGM.getContext().getTypeInfo(type);
 4294       TypeInfo PtrInfo = C.getTypeInfo(C.VoidPtrTy);
tools/clang/lib/CodeGen/TargetInfo.cpp
 3938   TypeInfo Info = getContext().getTypeInfo(Ty);
tools/clang/lib/Sema/SemaExpr.cpp
 3538     unsigned bit_width = Context.getTypeInfo(Ty).Width;
tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
   91     unsigned ToWidth = Ctx.getTypeInfo(ToPointeeTy).Width;
   92     unsigned OrigWidth = Ctx.getTypeInfo(OrigPointeeTy).Width;
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
  628       Context->getTypeInfo(Descriptor.ElemType).Width <= 8 * MaxCopySize;
tools/lldb/source/Symbol/ClangASTContext.cpp
 9069               getASTContext()->getTypeInfo(base_class_qual_type);
 9116             getASTContext()->getTypeInfo(field_type);
 9205         getASTContext()->getTypeInfo(element_qual_type);
 9274         getASTContext()->getTypeInfo(typedef_qual_type);
 9300         getASTContext()->getTypeInfo(elaborated_qual_type);
 9326         getASTContext()->getTypeInfo(elaborated_qual_type);
 9352         getASTContext()->getTypeInfo(desugar_qual_type);
 9493           getASTContext()->getTypeInfo(typedef_qual_type);