Lines Matching refs:argT
2413 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local
2414 assert(!argT.isNull() && "Can't find 'id' type"); in SynthSuperConstructorFunctionDecl()
2415 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2416 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2430 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() local
2431 assert(!argT.isNull() && "Can't find 'id' type"); in SynthMsgSendFunctionDecl()
2432 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2433 argT = Context->getObjCSelType(); in SynthMsgSendFunctionDecl()
2434 assert(!argT.isNull() && "Can't find 'SEL' type"); in SynthMsgSendFunctionDecl()
2435 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2463 QualType argT = Context->getObjCIdType(); in SynthMsgSendStretFunctionDecl() local
2464 assert(!argT.isNull() && "Can't find 'id' type"); in SynthMsgSendStretFunctionDecl()
2465 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2466 argT = Context->getObjCSelType(); in SynthMsgSendStretFunctionDecl()
2467 assert(!argT.isNull() && "Can't find 'SEL' type"); in SynthMsgSendStretFunctionDecl()
2468 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2499 QualType argT = Context->getObjCIdType(); in SynthMsgSendFpretFunctionDecl() local
2500 assert(!argT.isNull() && "Can't find 'id' type"); in SynthMsgSendFpretFunctionDecl()
2501 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2502 argT = Context->getObjCSelType(); in SynthMsgSendFpretFunctionDecl()
2503 assert(!argT.isNull() && "Can't find 'SEL' type"); in SynthMsgSendFpretFunctionDecl()
2504 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()