Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasPrototype

3092       Old->hasPrototype() && !New->hasPrototype() &&
7073 bool HasPrototype =
7074 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) ||
7080 HasPrototype, false);
7144 /*hasPrototype=*/true, isConstexpr);
7194 true/*HasPrototype*/, isConstexpr);
10631 if (!FTI.hasPrototype) {