Searched refs:SuperConstructorFunctionDecl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 104 FunctionDecl *SuperConstructorFunctionDecl; member in __anon0b56e30a0111::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 __anon21803b4f0111::RewriteModernObjC 697 SuperConstructorFunctionDecl = nullptr; in InitializeCommon() 2410 if (SuperConstructorFunctionDecl) in SynthSuperConstructorFunctionDecl() 2420 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 3277 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3369 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
|