Searched refs:SuperConstructorFunctionDecl (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 104 FunctionDecl *SuperConstructorFunctionDecl; member in __anon31b8868f0111::RewriteObjC 625 SuperConstructorFunctionDecl = nullptr; in InitializeCommon() 2320 if (SuperConstructorFunctionDecl) in SynthSuperConstructorFunctionDecl() 2330 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 2706 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 2798 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
|
| H A D | RewriteModernObjC.cpp | 108 FunctionDecl *SuperConstructorFunctionDecl; member in __anon1f51ae940111::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()
|