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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp77 if (FD->isMain() && FD->hasPrototype() && FD->param_size() == 2)
H A DDeclPrinter.cpp687 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) {
776 if (!D->hasPrototype() && D->getNumParams()) {
H A DItaniumMangle.cpp649 if (!FD->hasPrototype())
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1277 /// hasPrototype - This is true if the function had at least one typed
1280 unsigned hasPrototype : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1420 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; }
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp195 I.Fun.hasPrototype = hasProto;
H A DSemaDecl.cpp3741 Old->hasPrototype() && !New->hasPrototype() &&
8493 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) ||
8567 /*hasPrototype=*/true, ConstexprKind,
13910 if (!FTI.hasPrototype) {
H A DSemaType.cpp731 declarator.getFunctionTypeInfo().hasPrototype = true;
5267 } else if (!FTI.hasPrototype) {
H A DSemaExpr.cpp3391 if (!cast<FunctionDecl>(VD)->hasPrototype() &&
6220 /*hasPrototype=*/true);
6770 if (!FDecl->hasPrototype())
19332 SC_None, false /*isInlineSpecified*/, FD->hasPrototype(),
H A DSemaOverload.cpp9772 !Cand2IsSpecialization && Cand1.Function->hasPrototype() &&
9773 Cand2.Function->hasPrototype()) {
H A DSemaDeclAttr.cpp8465 false /*isInlineSpecified*/, FD->hasPrototype(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1780 if (Method->hasPrototype())
3539 if (FD->hasPrototype()) {
H A DCGExpr.cpp2558 if (!FD->hasPrototype()) {
H A DTargetInfo.cpp848 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype())
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2225 bool hasPrototype() const {

Completed in 681 milliseconds