Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2324 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local
2325 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() local
2342 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 …]
H A DRewriteModernObjC.cpp2413 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local
2414 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() local
2431 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 …]