Searched defs:SuperConstructorFunctionDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp105 FunctionDecl *SuperConstructorFunctionDecl; member in class:__anon1403::RewriteObjC
624 SuperConstructorFunctionDecl = nullptr;
2316 if (SuperConstructorFunctionDecl)
2326 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2706 DeclRefExpr *DRE = new (Context) DeclRefExpr(SuperConstructorFunctionDecl,
2801 DeclRefExpr *DRE = new (Context) DeclRefExpr(SuperConstructorFunctionDecl,
H A DRewriteModernObjC.cpp107 FunctionDecl *SuperConstructorFunctionDecl; member in class:__anon1400::RewriteModernObjC
698 SuperConstructorFunctionDecl = nullptr;
2430 if (SuperConstructorFunctionDecl)
2440 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
3312 DeclRefExpr *DRE = new (Context) DeclRefExpr(SuperConstructorFunctionDecl,
3407 DeclRefExpr *DRE = new (Context) DeclRefExpr(SuperConstructorFunctionDecl,

Completed in 212 milliseconds