Home
last modified time | relevance | path

Searched refs:hasPrototype (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp77 if (FD->isMain() && FD->hasPrototype() && FD->param_size() == 2) in getCallingConvMangling()
H A DDeclPrinter.cpp688 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
777 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1280 unsigned hasPrototype : 1; member
1420 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp195 I.Fun.hasPrototype = hasProto; in getFunction()
H A DSemaType.cpp732 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()
5300 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
H A DSemaDecl.cpp3804 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()
8552 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()
13966 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
H A DSemaExpr.cpp3402 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()
6833 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()
19508 SC_None, false /*isInlineSpecified*/, FD->hasPrototype(), in resolveDecl()
H A DSemaOverload.cpp9772 !Cand2IsSpecialization && Cand1.Function->hasPrototype() && in isBetterOverloadCandidate()
9773 Cand2.Function->hasPrototype()) { in isBetterOverloadCandidate()
H A DSemaDeclAttr.cpp8595 false /*isInlineSpecified*/, FD->hasPrototype(), in DeclClonePragmaWeak()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2251 bool hasPrototype() const { in hasPrototype() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1761 if (Method->hasPrototype()) in CreateCXXMemberFunction()
3523 if (FD->hasPrototype()) in collectFunctionDeclProps()
H A DCGExpr.cpp2558 if (!FD->hasPrototype()) { in EmitFunctionDeclPointer()
H A DTargetInfo.cpp848 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()