Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
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 …]