Searched refs:CurFuncDecl (Results 1 – 6 of 6) sorted by relevance
285 if (!CurFuncDecl || CurFuncDecl->hasAttr<NoInstrumentFunctionAttr>()) in ShouldInstrumentFunction()496 CurFuncDecl = (D ? D->getNonClosureContext() : 0); in StartFunction()
163 if (!CGF.CurFuncDecl) { in GetStaticDeclName()174 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CGF.CurFuncDecl)) { in GetStaticDeclName()177 } else if (isa<ObjCMethodDecl>(CGF.CurFuncDecl)) in GetStaticDeclName()
358 assert(CGF && CGF->CurFuncDecl && isa<CXXMethodDecl>(CGF->CurFuncDecl) && in computeBlockInfo()360 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C); in computeBlockInfo()
399 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in EmitObjCMessageExpr()1404 VarDecl *Self = cast<ObjCMethodDecl>(CurFuncDecl)->getSelfDecl(); in LoadObjCSelf()1405 DeclRefExpr DRE(Self, /*is enclosing local*/ (CurFuncDecl != CurCodeDecl), in LoadObjCSelf()1411 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in TypeOfSelfObject()
135 const Decl *CurFuncDecl; variable
1448 if (CGF.CurFuncDecl && isa<ObjCMethodDecl>(CGF.CurFuncDecl)) in IsIvarOffsetKnownIdempotent()