Searched refs:hasPrototype (Results 1 – 14 of 14) sorted by relevance
77 if (FD->isMain() && FD->hasPrototype() && FD->param_size() == 2) in getCallingConvMangling()
687 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()776 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
649 if (!FD->hasPrototype()) in isUniqueInternalLinkageDecl()
1280 unsigned hasPrototype : 1; member1420 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
195 I.Fun.hasPrototype = hasProto; in getFunction()
731 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()5267 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
3741 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()8493 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()13910 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
3391 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()6770 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()19332 SC_None, false /*isInlineSpecified*/, FD->hasPrototype(), in resolveDecl()
9772 !Cand2IsSpecialization && Cand1.Function->hasPrototype() && in isBetterOverloadCandidate()9773 Cand2.Function->hasPrototype()) { in isBetterOverloadCandidate()
8465 false /*isInlineSpecified*/, FD->hasPrototype(), in DeclClonePragmaWeak()
2225 bool hasPrototype() const { in hasPrototype() function
1780 if (Method->hasPrototype()) in CreateCXXMemberFunction()3539 if (FD->hasPrototype()) { in collectFunctionDeclProps()
2558 if (!FD->hasPrototype()) { in EmitFunctionDeclPointer()
848 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()