Searched refs:hasWrittenPrototype (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 59 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 D | Decl.h | 2138 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 D | Decl.cpp | 1788 if (FD->hasWrittenPrototype()) in printNestedNameSpecifier() 5330 bool isInlineSpecified, bool hasWrittenPrototype, in Create() argument 5336 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
|
| H A D | DeclPrinter.cpp | 774 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
|
| H A D | Expr.cpp | 756 if (FD->hasWrittenPrototype()) in ComputeName()
|
| H A D | ASTImporter.cpp | 3890 D->isInlineSpecified(), D->hasWrittenPrototype(), in VisitFunctionDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 4194 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 D | SemaTemplateInstantiateDecl.cpp | 2162 D->isInlineSpecified(), D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
|
| H A D | SemaDeclAttr.cpp | 6883 if (!F->hasWrittenPrototype()) { in DiagnoseSwiftName()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 691 FunctionDeclBits.addBit(D->hasWrittenPrototype()); in VisitFunctionDecl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2189 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local 2200 func_decl->setHasWrittenPrototype(hasWrittenPrototype); in CreateFunctionDeclaration()
|