Searched refs:hasPrototype (Results 1 – 11 of 11) sorted by relevance
434 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()558 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
1084 unsigned hasPrototype : 1; member1187 return !hasPrototype && NumArgs != 0; in isKNRPrototype()
175 I.Fun.hasPrototype = hasProto; in getFunction()
533 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()2349 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
2028 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()4737 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()7160 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
3899 FD->hasPrototype(), in DeclClonePragmaWeak()
2337 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()3863 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()
5489 if (FTI.hasPrototype) { in ActOnStartOfFunctionTemplateDef()
960 if (Method->hasPrototype()) in CreateCXXMemberFunction()2012 if (FD->hasPrototype()) { in EmitFunctionStart()
1522 if (!FD->hasPrototype()) { in EmitFunctionDeclLValue()
1730 bool hasPrototype() const { in hasPrototype() function