Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool hasWrittenPrototype = true; in AddFunDecl() local
82 nullptr, SC_Extern, /*UsesFPIntrin=*/false, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedParametersCheck.cpp179 if (!Function->hasWrittenPrototype() || Function->isTemplateInstantiation()) in check()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2051 bool isInlineSpecified = false, bool hasWrittenPrototype = true,
2057 hasWrittenPrototype, ConstexprKind,
2065 bool hasWrittenPrototype, ConstexprSpecKind ConstexprKind,
2284 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2288 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp1713 if (FD->hasWrittenPrototype()) in printNestedNameSpecifier()
4994 bool isInlineSpecified, bool hasWrittenPrototype, in Create() argument
5000 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
H A DDeclPrinter.cpp668 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
H A DExpr.cpp712 if (FD->hasWrittenPrototype()) in ComputeName()
H A DASTImporter.cpp3569 D->isInlineSpecified(), D->hasWrittenPrototype(), in VisitFunctionDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp555 Record.push_back(D->hasWrittenPrototype()); in VisitFunctionDecl()
1414 D->hasWrittenPrototype()) in VisitCXXMethodDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp4036 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()
4055 if (New->hasWrittenPrototype() != Old->hasWrittenPrototype() && in MergeFunctionDecl()
4058 if (New->hasWrittenPrototype()) { in MergeFunctionDecl()
15170 if (!FD->hasWrittenPrototype() && FD->getNumParams() != 0 && in ActOnFinishFunctionBody()
15171 (!PossiblePrototype || (!PossiblePrototype->hasWrittenPrototype() && in ActOnFinishFunctionBody()
H A DSemaTemplateInstantiateDecl.cpp2115 D->isInlineSpecified(), D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
H A DSemaDeclAttr.cpp6550 if (!F->hasWrittenPrototype()) { in DiagnoseSwiftName()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2148 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local
2159 func_decl->setHasWrittenPrototype(hasWrittenPrototype); in CreateFunctionDeclaration()