Home
last modified time | relevance | path

Searched refs:SuperConstructorFunctionDecl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp104 FunctionDecl *SuperConstructorFunctionDecl; member in __anon40098a510111::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 DRewriteModernObjC.cpp108 FunctionDecl *SuperConstructorFunctionDecl; member in __anon2abafbd60111::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()