Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclPrinter.cpp501 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
640 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
/external/clang/include/clang/Sema/
DDeclSpec.h1208 unsigned hasPrototype : 1; member
1334 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
/external/clang/lib/Sema/
DDeclSpec.cpp188 I.Fun.hasPrototype = hasProto; in getFunction()
DSemaType.cpp676 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()
4253 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
DSemaDecl.cpp3166 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()
7353 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()
11041 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
DSemaExpr.cpp3000 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()
5437 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()
14807 FD->hasPrototype(), in resolveDecl()
DSemaDeclAttr.cpp6030 FD->hasPrototype(), in DeclClonePragmaWeak()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1294 if (Method->hasPrototype()) in CreateCXXMemberFunction()
2613 if (FD->hasPrototype()) { in collectFunctionDeclProps()
DCGExpr.cpp2021 if (!FD->hasPrototype()) { in EmitFunctionDeclLValue()
/external/clang/include/clang/AST/
DDecl.h1871 bool hasPrototype() const { in hasPrototype() function