Searched defs:IsMemberFunction (Results 1 – 3 of 3) sorted by relevance
64 bool IsMemberFunction = false; variable
3478 void Sema::checkLifetimeCaptureBy(FunctionDecl *FD, bool IsMemberFunction, in checkLifetimeCaptureBy()3527 bool IsMemberFunction, SourceLocation Loc, in checkCall()3743 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local
2849 bool IsMemberFunction, in EmitFullMemberPointer()