Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2324 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl() local
2341 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl() local
2363 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); SynthMsgSendSuperFunctionDecl() local
2382 QualType argT = Context->getObjCIdType(); SynthMsgSendStretFunctionDecl() local
2406 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); SynthMsgSendSuperStretFunctionDecl() local
2426 QualType argT = Context->getObjCIdType(); SynthMsgSendFpretFunctionDecl() local
[all...]
H A DRewriteModernObjC.cpp2413 assert(!argT.isNull() && "Can't find 'id' type"); in SynthSuperConstructorFunctionDecl() local
2430 assert(!argT.isNull() && "Can't find 'id' type"); in SynthMsgSendFunctionDecl() local
2463 QualType argT = Context->getObjCIdType(); SynthMsgSendStretFunctionDecl() local
2499 QualType argT = Context->getObjCIdType(); SynthMsgSendFpretFunctionDecl() local
[all...]