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/
DRewriteObjC.cpp104 FunctionDecl *SuperConstructorFunctionDecl; member in __anonc99012d60111::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()
DRewriteModernObjC.cpp108 FunctionDecl *SuperConstructorFunctionDecl; member in __anon2f09141b0111::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()