Searched refs:SuperConstructorFunctionDecl (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 105 FunctionDecl *SuperConstructorFunctionDecl; member in __anonb8493dda0111::RewriteObjC 623 SuperConstructorFunctionDecl = nullptr; in InitializeCommon() 2318 if (SuperConstructorFunctionDecl) in SynthSuperConstructorFunctionDecl() 2328 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 2704 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 2796 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
|
| H A D | RewriteModernObjC.cpp | 109 FunctionDecl *SuperConstructorFunctionDecl; member in __anonc09f721f0111::RewriteModernObjC 695 SuperConstructorFunctionDecl = nullptr; in InitializeCommon() 2408 if (SuperConstructorFunctionDecl) in SynthSuperConstructorFunctionDecl() 2418 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 3275 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3367 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
|