Searched refs:hasPrototype (Results 1 – 10 of 10) sorted by relevance
501 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()640 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
1208 unsigned hasPrototype : 1; member1334 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
188 I.Fun.hasPrototype = hasProto; in getFunction()
676 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()4253 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
3166 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()7353 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()11041 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
3000 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()5437 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()14807 FD->hasPrototype(), in resolveDecl()
6030 FD->hasPrototype(), in DeclClonePragmaWeak()
1294 if (Method->hasPrototype()) in CreateCXXMemberFunction()2613 if (FD->hasPrototype()) { in collectFunctionDeclProps()
2021 if (!FD->hasPrototype()) { in EmitFunctionDeclLValue()
1871 bool hasPrototype() const { in hasPrototype() function