HomeSort by relevance Sort by last modified time
    Searched refs:ImpCastExprToType (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Sema/
SemaExprCXX.cpp 403 E = ImpCastExprToType(E, UnqualT, CK_NoOp, E->getValueKind()).take();
606 E = ImpCastExprToType(E, E->getType().getUnqualifiedType(), CK_NoOp,
    [all...]
SemaExpr.cpp 447 E = ImpCastExprToType(E, Context.getPointerType(Ty),
462 E = ImpCastExprToType(E, Context.getArrayDecayedType(Ty),
663 return ImpCastExprToType(Res.take(), Context.FloatTy, CK_FloatingCast);
684 E = ImpCastExprToType(E, PTy, CK_IntegralCast).take();
689 E = ImpCastExprToType(E, PT, CK_IntegralCast).take();
714 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).take();
    [all...]
SemaStmtAsm.cpp 355 InputExpr = ImpCastExprToType(InputExpr, OutTy, castKind).take();
SemaExprMember.cpp     [all...]
Sema.cpp 259 /// ImpCastExprToType - If Expr is not of type 'Type', insert an implicit cast.
262 ExprResult Sema::ImpCastExprToType(Expr *E, QualType Ty,
    [all...]
SemaExprObjC.cpp 317 Inner = ImpCastExprToType(Inner.get(), Context.BoolTy,
    [all...]
SemaStmt.cpp 777 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).take();
896 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).take();
    [all...]
SemaTemplate.cpp     [all...]
SemaPseudoObject.cpp 787 result = S.ImpCastExprToType(result.get(), propType, CK_BitCast);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp 510 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded);
    [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 515 milliseconds