Lines Matching defs:Ty
35 static bool isDispatchBlock(QualType Ty) { in isDispatchBlock()
116 QualType Ty) { in makeAssignment()
147 UnaryOperator *ASTMaker::makeDereference(const Expr *Arg, QualType Ty) { in makeDereference()
153 ImplicitCastExpr *ASTMaker::makeLvalueToRvalue(const Expr *Arg, QualType Ty) { in makeLvalueToRvalue()
166 ImplicitCastExpr *ASTMaker::makeImplicitCast(const Expr *Arg, QualType Ty, in makeImplicitCast()
176 Expr *ASTMaker::makeIntegralCast(const Expr *Arg, QualType Ty) { in makeIntegralCast()
187 QualType Ty = C.getBOOLDecl() ? C.getBOOLType() : C.ObjCBuiltinBoolTy; in makeObjCBool() local
204 IntegerLiteral *ASTMaker::makeIntegerLiteral(uint64_t Value, QualType Ty) { in makeIntegerLiteral()
249 QualType Ty = Callback->getType(); in create_call_once_funcptr_call() local
494 QualType Ty = Block->getType(); in create_dispatch_once() local
569 QualType Ty = PV->getType(); in create_dispatch_sync() local