Searched refs:argT (Results 1 – 2 of 2) sorted by relevance
2315 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local2316 assert(!argT.isNull() && "Can't find 'id' type"); in SynthSuperConstructorFunctionDecl()2317 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()2318 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()2332 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() local2333 assert(!argT.isNull() && "Can't find 'id' type"); in SynthMsgSendFunctionDecl()2334 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()2335 argT = Context->getObjCSelType(); in SynthMsgSendFunctionDecl()2336 assert(!argT.isNull() && "Can't find 'SEL' type"); in SynthMsgSendFunctionDecl()2337 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()[all …]
2407 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local2408 assert(!argT.isNull() && "Can't find 'id' type"); in SynthSuperConstructorFunctionDecl()2409 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()2410 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()2424 QualType argT = Context->getObjCIdType(); in SynthMsgSendFunctionDecl() local2425 assert(!argT.isNull() && "Can't find 'id' type"); in SynthMsgSendFunctionDecl()2426 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()2427 argT = Context->getObjCSelType(); in SynthMsgSendFunctionDecl()2428 assert(!argT.isNull() && "Can't find 'SEL' type"); in SynthMsgSendFunctionDecl()2429 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()[all …]