Searched refs:hasPrototype (Results 1 – 10 of 10) sorted by relevance
493 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()632 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
1185 unsigned hasPrototype : 1; member1311 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
188 I.Fun.hasPrototype = hasProto; in getFunction()
664 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()3985 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
3092 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()7074 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()10631 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
2935 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()5160 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()14334 FD->hasPrototype(), in resolveDecl()
5579 FD->hasPrototype(), in DeclClonePragmaWeak()
1184 if (Method->hasPrototype()) in CreateCXXMemberFunction()2418 if (FD->hasPrototype()) { in collectFunctionDeclProps()
1982 if (!FD->hasPrototype()) { in EmitFunctionDeclLValue()
1835 bool hasPrototype() const { in hasPrototype() function