Home
last modified time | relevance | path

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

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