Searched refs:SuperConstructorFunctionDecl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 105 FunctionDecl *SuperConstructorFunctionDecl; member in __anon0b295c890111::RewriteObjC 625 SuperConstructorFunctionDecl = nullptr; in InitializeCommon() 2311 if (SuperConstructorFunctionDecl) in SynthSuperConstructorFunctionDecl() 2321 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 2700 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 2795 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
|
| H A D | RewriteModernObjC.cpp | 108 FunctionDecl *SuperConstructorFunctionDecl; member in __anonadad980e0111::RewriteModernObjC 696 SuperConstructorFunctionDecl = nullptr; in InitializeCommon() 2405 if (SuperConstructorFunctionDecl) in SynthSuperConstructorFunctionDecl() 2415 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 3275 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3370 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
|