Searched refs:hasPrototype (Results 1 – 13 of 13) sorted by relevance
77 if (FD->isMain() && FD->hasPrototype() && FD->param_size() == 2) in getCallingConvMangling()
688 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()777 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
1280 unsigned hasPrototype : 1; member1420 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
195 I.Fun.hasPrototype = hasProto; in getFunction()
732 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()5300 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
3804 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()8552 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()13966 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
3402 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()6833 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()19508 SC_None, false /*isInlineSpecified*/, FD->hasPrototype(), in resolveDecl()
9772 !Cand2IsSpecialization && Cand1.Function->hasPrototype() && in isBetterOverloadCandidate()9773 Cand2.Function->hasPrototype()) { in isBetterOverloadCandidate()
8595 false /*isInlineSpecified*/, FD->hasPrototype(), in DeclClonePragmaWeak()
2251 bool hasPrototype() const { in hasPrototype() function
1761 if (Method->hasPrototype()) in CreateCXXMemberFunction()3523 if (FD->hasPrototype()) in collectFunctionDeclProps()
2558 if (!FD->hasPrototype()) { in EmitFunctionDeclPointer()
848 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()