Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp637 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
720 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1253 unsigned hasPrototype : 1; member
1389 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp184 I.Fun.hasPrototype = hasProto; in getFunction()
H A DSemaType.cpp696 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()
4762 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
H A DSemaDecl.cpp3479 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()
7909 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()
12598 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
H A DSemaExpr.cpp3012 if (!cast<FunctionDecl>(VD)->hasPrototype() && in BuildDeclarationNameExpr()
5763 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()
16560 FD->hasPrototype(), in resolveDecl()
H A DSemaDeclAttr.cpp7165 FD->hasPrototype(), in DeclClonePragmaWeak()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1582 if (Method->hasPrototype()) in CreateCXXMemberFunction()
3104 if (FD->hasPrototype()) { in collectFunctionDeclProps()
H A DCGExpr.cpp2384 if (!FD->hasPrototype()) { in EmitFunctionDeclPointer()
H A DTargetInfo.cpp782 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2067 bool hasPrototype() const { in hasPrototype() function