Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclPrinter.cpp493 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
632 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
/external/clang/include/clang/Sema/
DDeclSpec.h1185 unsigned hasPrototype : 1; member
1311 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
/external/clang/lib/Sema/
DDeclSpec.cpp188 I.Fun.hasPrototype = hasProto; in getFunction()
DSemaType.cpp664 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()
3985 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
DSemaDecl.cpp3092 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()
7074 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()
10631 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
DSemaExpr.cpp2935 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()
5160 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()
14334 FD->hasPrototype(), in resolveDecl()
DSemaDeclAttr.cpp5579 FD->hasPrototype(), in DeclClonePragmaWeak()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1184 if (Method->hasPrototype()) in CreateCXXMemberFunction()
2418 if (FD->hasPrototype()) { in collectFunctionDeclProps()
DCGExpr.cpp1982 if (!FD->hasPrototype()) { in EmitFunctionDeclLValue()
/external/clang/include/clang/AST/
DDecl.h1835 bool hasPrototype() const { in hasPrototype() function