Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp77 if (FD->isMain() && FD->hasPrototype() && FD->param_size() == 2) in getCallingConvMangling()
H A DDeclPrinter.cpp687 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
776 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
H A DItaniumMangle.cpp649 if (!FD->hasPrototype()) in isUniqueInternalLinkageDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1280 unsigned hasPrototype : 1; member
1420 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp195 I.Fun.hasPrototype = hasProto; in getFunction()
H A DSemaType.cpp731 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()
5267 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
H A DSemaDecl.cpp3741 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()
8493 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()
13910 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
H A DSemaExpr.cpp3391 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()
6770 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()
19332 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.cpp8465 false /*isInlineSpecified*/, FD->hasPrototype(), in DeclClonePragmaWeak()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2225 bool hasPrototype() const { in hasPrototype() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1780 if (Method->hasPrototype()) in CreateCXXMemberFunction()
3539 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()