Searched refs:isKNRPrototype (Results 1 – 3 of 3) sorted by relevance
844 Declarator.getFunctionTypeInfo().isKNRPrototype()) in isStartOfFunctionDefinition()998 if (FTI.isKNRPrototype()) in ParseFunctionDefinition()
1006 Declarator.getFunctionTypeInfo().isKNRPrototype()) in isStartOfFunctionDefinition()1193 if (FTI.isKNRPrototype()) in ParseFunctionDefinition()
1409 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype() function