Home | History | Annotate | Download | only in Analysis

Lines Matching refs:QualType

28 static bool isDispatchBlock(QualType Ty) {
51 BinaryOperator *makeAssignment(const Expr *LHS, const Expr *RHS, QualType Ty);
64 UnaryOperator *makeDereference(const Expr *Arg, QualType Ty);
67 Expr *makeIntegralCast(const Expr *Arg, QualType Ty);
73 ImplicitCastExpr *makeLvalueToRvalue(const Expr *Arg, QualType Ty);
87 QualType Ty) {
122 UnaryOperator *ASTMaker::makeDereference(const Expr *Arg, QualType Ty) {
127 ImplicitCastExpr *ASTMaker::makeLvalueToRvalue(const Expr *Arg, QualType Ty) {
132 Expr *ASTMaker::makeIntegralCast(const Expr *Arg, QualType Ty) {
146 QualType Ty = C.getBOOLDecl() ? C.getBOOLType() : C.ObjCBuiltinBoolTy;
168 QualType PredicateQPtrTy = Predicate->getType();
172 QualType PredicateTy = PredicatePtrTy->getPointeeType();
178 QualType Ty = Block->getType();
246 QualType Ty = PV->getType();
282 QualType ResultTy = D->getResultType();
288 QualType OldValueTy = OldValue->getType();
291 QualType NewValueTy = NewValue->getType();
296 QualType TheValueTy = TheValue->getType();
300 QualType PointeeTy = PT->getPointeeType();