HomeSort by relevance Sort by last modified time
    Searched defs:DestType (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/AST/
ExprCXX.cpp 552 QualType DestType = getType();
556 DestType = DestType->castAs<PointerType>()->getPointeeType();
566 cast<CXXRecordDecl>(DestType->castAs<RecordType>()->getDecl());
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 48 CastOperation(Sema &S, QualType destType, ExprResult src)
49 : Self(S), SrcExpr(src), DestType(destType),
50 ResultType(destType.getNonLValueExprType(S.Context)),
51 ValueKind(Expr::getValueKindForType(destType)),
64 QualType DestType;
117 Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange);
124 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
143 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
158 QualType DestType, bool CStyle
    [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 197 llvm::Type *DestType = Int8PtrTy;
198 if (ArgValue->getType() != DestType)
199 ArgValue = Builder.CreateBitCast(ArgValue, DestType,
    [all...]

Completed in 519 milliseconds