Searched refs:hasPrototype (Results 1 – 11 of 11) sorted by relevance
637 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()720 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
1253 unsigned hasPrototype : 1; member1389 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
184 I.Fun.hasPrototype = hasProto; in getFunction()
696 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()4762 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
3479 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()7909 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()12598 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
3012 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()5763 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()16560 FD->hasPrototype(), in resolveDecl()
7165 FD->hasPrototype(), in DeclClonePragmaWeak()
1582 if (Method->hasPrototype()) in CreateCXXMemberFunction()3104 if (FD->hasPrototype()) { in collectFunctionDeclProps()
2384 if (!FD->hasPrototype()) { in EmitFunctionDeclPointer()
782 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
2067 bool hasPrototype() const { in hasPrototype() function