Lines Matching refs:SelGetUidFunctionDecl
106 FunctionDecl *SelGetUidFunctionDecl; member in __anonc09f721f0111::RewriteModernObjC
684 SelGetUidFunctionDecl = nullptr; in InitializeCommon()
2081 if (!SelGetUidFunctionDecl) in RewriteAtSelector()
2083 assert(SelGetUidFunctionDecl && "Can't find sel_registerName() decl"); in RewriteAtSelector()
2087 CallExpr *SelExp = SynthesizeCallToFunctionDecl(SelGetUidFunctionDecl, in RewriteAtSelector()
2321 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl()
2332 SelGetUidFunctionDecl = FD; in RewriteFunctionDecl()
2621 if (!SelGetUidFunctionDecl) in RewriteObjCBoxedExpr()
2652 CallExpr *SelExp = SynthesizeCallToFunctionDecl(SelGetUidFunctionDecl, in RewriteObjCBoxedExpr()
2704 if (!SelGetUidFunctionDecl) in RewriteObjCArrayLiteralExpr()
2776 CallExpr *SelExp = SynthesizeCallToFunctionDecl(SelGetUidFunctionDecl, in RewriteObjCArrayLiteralExpr()
2825 if (!SelGetUidFunctionDecl) in RewriteObjCDictionaryLiteralExpr()
2918 CallExpr *SelExp = SynthesizeCallToFunctionDecl(SelGetUidFunctionDecl, in RewriteObjCDictionaryLiteralExpr()
3200 if (!SelGetUidFunctionDecl) in SynthMessageExpr()
3421 CallExpr *SelExp = SynthesizeCallToFunctionDecl(SelGetUidFunctionDecl, in SynthMessageExpr()