Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclPrinter.cpp451 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
590 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
/external/clang/include/clang/Sema/
DDeclSpec.h1166 unsigned hasPrototype : 1; member
1289 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
/external/clang/lib/Sema/
DDeclSpec.cpp198 I.Fun.hasPrototype = hasProto; in getFunction()
DSemaType.cpp639 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()
3000 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
DSemaDecl.cpp2978 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()
6738 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()
10160 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
DSemaExpr.cpp2941 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()
4984 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()
14072 FD->hasPrototype(), in resolveDecl()
DSemaDeclAttr.cpp4998 FD->hasPrototype(), in DeclClonePragmaWeak()
DSemaTemplate.cpp6455 if (FTI.hasPrototype) { in ActOnStartOfFunctionTemplateDef()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1147 if (Method->hasPrototype()) in CreateCXXMemberFunction()
2317 if (FD->hasPrototype()) { in collectFunctionDeclProps()
DCGExpr.cpp1876 if (!FD->hasPrototype()) { in EmitFunctionDeclLValue()
/external/clang/include/clang/AST/
DDecl.h1782 bool hasPrototype() const { in hasPrototype() function