Searched defs:IsStatic (Results 1 – 2 of 2) sorted by relevance
58 bool IsStatic() const { return type_ == STATIC; } in IsStatic() function
4606 void Sema::adjustMemberFunctionCC(QualType &T, bool IsStatic) { in adjustMemberFunctionCC()