Home
last modified time | relevance | path

Searched refs:argT (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2315 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local
2316 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() local
2333 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 …]
DRewriteModernObjC.cpp2407 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local
2408 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() local
2425 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 …]