Searched refs:hasPrototype (Results 1 – 12 of 12) sorted by relevance
688 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()776 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
1281 unsigned hasPrototype : 1; member1421 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
195 I.Fun.hasPrototype = hasProto; in getFunction()
722 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()5392 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()5616 if (!FTI.hasPrototype && FTI.NumParams == 0 && !FTI.isVariadic && in GetFullTypeForDeclarator()
4036 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()4145 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()8935 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()14472 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
3459 if (!cast<FunctionDecl>(VD)->hasPrototype() && isa<FunctionProtoType>(fty)) in BuildDeclarationNameExpr()7112 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()20430 false /*isInlineSpecified*/, FD->hasPrototype(), in resolveDecl()
9675 if (Cand1.Function && Cand2.Function && Cand1.Function->hasPrototype() && in canCompareFunctionConstraints()9676 Cand2.Function->hasPrototype()) { in canCompareFunctionConstraints()
9253 FD->hasPrototype(), ConstexprSpecKind::Unspecified, in DeclClonePragmaWeak()
2283 bool hasPrototype() const { in hasPrototype() function
1853 if (Method->hasPrototype()) in CreateCXXMemberFunction()3683 if (FD->hasPrototype()) in collectFunctionDeclProps()
2645 if (!FD->hasPrototype()) { in EmitFunctionDeclPointer()
891 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()