Searched refs:curFuncDecl (Results 1 – 4 of 4) sorted by relevance
63 if (cgf.curFuncDecl && cgf.curFuncDecl->hasAttr<NakedAttr>()) { in emitInstanceFunctionProlog()64 cgf.cgm.errorNYI(cgf.curFuncDecl->getLocation(), in emitInstanceFunctionProlog()86 cgf.cgm.errorNYI(cgf.curFuncDecl->getLocation(), in emitInstanceFunctionProlog()
154 assert(curFuncDecl && "loading 'this' without a func declaration?"); in emitBaseInitializer()155 assert(isa<CXXMethodDecl>(curFuncDecl)); in emitBaseInitializer()272 assert(curFuncDecl && "loading 'this' without a func declaration?"); in loadCXXThisAddress()273 assert(isa<CXXMethodDecl>(curFuncDecl)); in loadCXXThisAddress()280 auto rd = cast<CXXMethodDecl>(curFuncDecl)->getParent(); in loadCXXThisAddress()
349 curFuncDecl = d->getNonClosureContext(); in startFunction()
76 const clang::Decl *curFuncDecl = nullptr; variable