Searched refs:SuperConstructorFunctionDecl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 108 FunctionDecl *SuperConstructorFunctionDecl; member in __anonc09f721f0111::RewriteModernObjC 696 SuperConstructorFunctionDecl = nullptr; in InitializeCommon() 2409 if (SuperConstructorFunctionDecl) in SynthSuperConstructorFunctionDecl() 2419 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 3276 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3368 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
|