Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp59 const bool hasWrittenPrototype = true; in AddFunDecl() local
80 nullptr, SC_Extern, /*UsesFPIntrin=*/false, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2138 bool isInlineSpecified = false, bool hasWrittenPrototype = true,
2144 hasWrittenPrototype, ConstexprKind,
2152 bool hasWrittenPrototype, ConstexprSpecKind ConstexprKind,
2381 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2385 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1788 if (FD->hasWrittenPrototype()) in printNestedNameSpecifier()
5330 bool isInlineSpecified, bool hasWrittenPrototype, in Create() argument
5336 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
H A DDeclPrinter.cpp774 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
H A DExpr.cpp756 if (FD->hasWrittenPrototype()) in ComputeName()
H A DASTImporter.cpp3890 D->isInlineSpecified(), D->hasWrittenPrototype(), in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4194 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()
4213 if (New->hasWrittenPrototype() != Old->hasWrittenPrototype() && in MergeFunctionDecl()
4216 if (New->hasWrittenPrototype()) { in MergeFunctionDecl()
16192 if (!FD->hasWrittenPrototype() && FD->getNumParams() != 0 && in ActOnFinishFunctionBody()
16193 (!PossiblePrototype || (!PossiblePrototype->hasWrittenPrototype() && in ActOnFinishFunctionBody()
H A DSemaTemplateInstantiateDecl.cpp2162 D->isInlineSpecified(), D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
H A DSemaDeclAttr.cpp6883 if (!F->hasWrittenPrototype()) { in DiagnoseSwiftName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp691 FunctionDeclBits.addBit(D->hasWrittenPrototype()); in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2189 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local
2200 func_decl->setHasWrittenPrototype(hasWrittenPrototype); in CreateFunctionDeclaration()