Searched refs:argT (Results 1 – 2 of 2) sorted by relevance
2324 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local2325 assert(!argT.isNull() && "Can't find 'id' type"); in SynthSuperConstructorFunctionDecl()2326 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()2327 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()2341 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() local2342 assert(!argT.isNull() && "Can't find 'id' type"); in SynthMsgSendFunctionDecl()2343 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()2344 argT = Context->getObjCSelType(); in SynthMsgSendFunctionDecl()2345 assert(!argT.isNull() && "Can't find 'SEL' type"); in SynthMsgSendFunctionDecl()2346 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()[all …]
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 …]