Home | History | Annotate | Download | only in Frontend

Lines Matching refs:SelGetUidFunctionDecl

101     FunctionDecl *SelGetUidFunctionDecl;
621 SelGetUidFunctionDecl = nullptr;
2002 if (!SelGetUidFunctionDecl)
2004 assert(SelGetUidFunctionDecl && "Can't find sel_registerName() decl");
2008 CallExpr *SelExp = SynthesizeCallToFunctionDecl(SelGetUidFunctionDecl,
2238 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2249 SelGetUidFunctionDecl = FD;
2633 if (!SelGetUidFunctionDecl)
2873 CallExpr *SelExp = SynthesizeCallToFunctionDecl(SelGetUidFunctionDecl,