Searched refs:SuperConstructorFunctionDecl (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 104 FunctionDecl *SuperConstructorFunctionDecl; member in __anonf8c858050111::RewriteObjC 625 SuperConstructorFunctionDecl = nullptr; in InitializeCommon() 2320 if (SuperConstructorFunctionDecl) in SynthSuperConstructorFunctionDecl() 2330 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 2711 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 2807 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
|
| H A D | RewriteModernObjC.cpp | 107 FunctionDecl *SuperConstructorFunctionDecl; member in __anon7c92408a0111::RewriteModernObjC 696 SuperConstructorFunctionDecl = nullptr; in InitializeCommon() 2409 if (SuperConstructorFunctionDecl) in SynthSuperConstructorFunctionDecl() 2419 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 3281 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr() 3377 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
|