Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp445 if (CallExprDecl->hasPrototype() || !RTDecl->hasPrototype()) in castArgToParamTypeIfNeeded()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp687 } else if (D->doesThisDeclarationHaveABody() && !D->hasPrototype()) { in VisitFunctionDecl()
775 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1303 unsigned hasPrototype : 1; member
1443 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp196 I.Fun.hasPrototype = hasProto; in getFunction()
H A DSemaType.cpp725 declarator.getFunctionTypeInfo().hasPrototype = true; in maybeSynthesizeBlockSignature()
5470 } else if (!FTI.hasPrototype) { in GetFullTypeForDeclarator()
5694 if (!FTI.hasPrototype && FTI.NumParams == 0 && !FTI.isVariadic && in GetFullTypeForDeclarator()
H A DSemaDecl.cpp4112 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()
4220 Old->hasPrototype() && !New->hasPrototype() && in MergeFunctionDecl()
9073 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) || in CreateNewFunctionDecl()
14862 if (!FTI.hasPrototype) { in ActOnFinishKNRParamDeclarations()
H A DSemaExpr.cpp3456 if (!cast<FunctionDecl>(VD)->hasPrototype() && isa<FunctionProtoType>(fty)) in BuildDeclarationNameExpr()
7352 if (!FDecl->hasPrototype()) in BuildResolvedCallExpr()
20809 false /*isInlineSpecified*/, FD->hasPrototype(), in resolveDecl()
H A DSemaDeclAttr.cpp9508 FD->hasPrototype(), ConstexprSpecKind::Unspecified, in DeclClonePragmaWeak()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2340 bool hasPrototype() const { in hasPrototype() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1875 if (Method->hasPrototype()) in CreateCXXMemberFunction()
3700 if (FD->hasPrototype()) in collectFunctionDeclProps()
H A DCGExpr.cpp2608 if (!FD->hasPrototype()) { in EmitFunctionDeclPointer()
H A DTargetInfo.cpp898 if (!FD->doesThisDeclarationHaveABody() && !FD->hasPrototype()) in setTargetAttributes()