Searched refs:hasPrototype (Results 1 – 13 of 13) sorted by relevance
83 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
419 assert(FD->hasPrototype()); in BuildSYCLKernelCallStmt()
193 I.Fun.hasPrototype = hasProto; in getFunction()
764 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()5243 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()5436 if (!FTI.hasPrototype && FTI.NumParams == 0 && !FTI.isVariadic && in GetFullTypeForDeclarator()
4176 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()4284 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()9390 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()15600 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
3440 if (!cast<FunctionDecl>(VD)->hasPrototype() && isa<FunctionProtoType>(fty)) in BuildDeclarationNameExpr()7009 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()21056 false /*isInlineSpecified*/, FD->hasPrototype(), in resolveDecl()
8090 FD->hasPrototype(), ConstexprSpecKind::Unspecified, in DeclClonePragmaWeak()
447 if (CallExprDecl->hasPrototype() || !Definition->hasPrototype()) in castArgToParamTypeIfNeeded()
492 if (!FD->hasPrototype()) in getFunctionPointer()
2283 if (Method->hasPrototype()) in CreateCXXMemberFunction()4248 if (FD->hasPrototype()) in collectFunctionDeclProps()
773 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()873 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
1361 unsigned hasPrototype : 1;1507 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
2422 bool hasPrototype() const { in hasPrototype() function