Searched refs:argT (Results 1 – 1 of 1) sorted by relevance
2413 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local2414 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() local2431 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()[all …]