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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
  514   if (const PointerType *PT = ValueType->getAs<PointerType>()) {
  598   } else if (ValueType->isBuiltinType()) {
  612         ValueType = Context.CharTy;
  616         ValueType = Context.getWideCharType();
  620         ValueType = Context.Char16Ty;
  624         ValueType = Context.Char32Ty;
  631     BoxingMethod = getNSNumberFactoryMethod(*this, Loc, ValueType);
  633   } else if (const EnumType *ET = ValueType->getAs<EnumType>()) {
  636         << ValueType << ValueExpr->getSourceRange();
  643   } else if (ValueType->isObjCBoxableRecordType()) {
  721     if (!ValueType.isTriviallyCopyableType(Context)) {
  723         << ValueType << ValueExpr->getSourceRange();
  733       << ValueType << ValueExpr->getSourceRange();
  740   if (ValueType->isObjCBoxableRecordType()) {
  741     InitializedEntity IE = InitializedEntity::InitializeTemporary(ValueType);