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