Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclPrinter.cpp434 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
558 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
/external/clang/include/clang/Sema/
DDeclSpec.h1084 unsigned hasPrototype : 1; member
1187 return !hasPrototype && NumArgs != 0; in isKNRPrototype()
/external/clang/lib/Sema/
DDeclSpec.cpp175 I.Fun.hasPrototype = hasProto; in getFunction()
DSemaType.cpp533 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()
2349 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
DSemaDecl.cpp2028 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()
4737 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()
7160 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
DSemaDeclAttr.cpp3899 FD->hasPrototype(), in DeclClonePragmaWeak()
DSemaExpr.cpp2337 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()
3863 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()
DSemaTemplate.cpp5489 if (FTI.hasPrototype) { in ActOnStartOfFunctionTemplateDef()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp960 if (Method->hasPrototype()) in CreateCXXMemberFunction()
2012 if (FD->hasPrototype()) { in EmitFunctionStart()
DCGExpr.cpp1522 if (!FD->hasPrototype()) { in EmitFunctionDeclLValue()
/external/clang/include/clang/AST/
DDecl.h1730 bool hasPrototype() const { in hasPrototype() function