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

References

tools/clang/lib/CodeGen/CodeGenTBAA.cpp
  115   uint64_t Size = Context.getTypeSizeInChars(Ty).getQuantity();
  118   if (const BuiltinType *BTy = dyn_cast<BuiltinType>(Ty)) {
  154   if (Ty->isStdByteType())
  160   if (Ty->isPointerType() || Ty->isReferenceType())
  160   if (Ty->isPointerType() || Ty->isReferenceType())
  164   if (CodeGenOpts.NewStructPathTBAA && Ty->isArrayType())
  165     return getTypeInfo(cast<ArrayType>(Ty)->getElementType());
  169   if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) {