Searched refs:argT (Results 1 – 2 of 2) sorted by relevance
2322 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local2323 assert(!argT.isNull() && "Can't find 'id' type"); in SynthSuperConstructorFunctionDecl()2324 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()2325 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()2339 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() local2340 assert(!argT.isNull() && "Can't find 'id' type"); in SynthMsgSendFunctionDecl()2341 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()2342 argT = Context->getObjCSelType(); in SynthMsgSendFunctionDecl()2343 assert(!argT.isNull() && "Can't find 'SEL' type"); in SynthMsgSendFunctionDecl()2344 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()[all …]
2412 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local2413 assert(!argT.isNull() && "Can't find 'id' type"); in SynthSuperConstructorFunctionDecl()2414 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()2415 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()2429 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() local2430 assert(!argT.isNull() && "Can't find 'id' type"); in SynthMsgSendFunctionDecl()2431 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()2432 argT = Context->getObjCSelType(); in SynthMsgSendFunctionDecl()2433 assert(!argT.isNull() && "Can't find 'SEL' type"); in SynthMsgSendFunctionDecl()2434 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()[all …]