Searched refs:hasFunctionProto (Results 1 – 1 of 1) sorted by relevance
66 static bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function264 bool HP = hasFunctionProto(D); in checkFunctionOrMethodParameterIndex()3463 if (!isFunctionOrMethod(D) || !hasFunctionProto(D)) { in handleArgumentWithTypeTagAttr()