Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2322 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local
2323 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() local
2340 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 …]
H A DRewriteModernObjC.cpp2412 QualType argT = Context->getObjCIdType(); in SynthSuperConstructorFunctionDecl() local
2413 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() local
2430 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 …]