Searched refs:IsStaticMethod (Results 1 – 2 of 2) sorted by relevance
433 bool IsStaticMethod,
464 const bool IsStaticMethod = (SP->getFlags() & DINode::FlagStaticMember) != 0; in getMemberFunctionType() local468 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO); in getMemberFunctionType()2066 bool IsStaticMethod, in lowerTypeMemberFunction() argument2084 if (!IsStaticMethod && ReturnAndArgs.size() > Index) { in lowerTypeMemberFunction()