Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2171 bool isInlineSpecified = false, bool hasWrittenPrototype = true,
2177 hasWrittenPrototype, ConstexprKind,
2185 bool hasWrittenPrototype, ConstexprSpecKind ConstexprKind,
2423 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2427 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp539 if (!F->hasWrittenPrototype()) { in DiagnoseName()
H A DSemaDecl.cpp4176 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()
4195 if (New->hasWrittenPrototype() != Old->hasWrittenPrototype() && in MergeFunctionDecl()
4198 if (New->hasWrittenPrototype()) { in MergeFunctionDecl()
16467 if (!FD->hasWrittenPrototype() && FD->getNumParams() != 0 && in ActOnFinishFunctionBody()
16468 (!PossiblePrototype || (!PossiblePrototype->hasWrittenPrototype() && in ActOnFinishFunctionBody()
H A DSemaTemplateInstantiateDecl.cpp2745 D->isInlineSpecified(), D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1790 if (FD->hasWrittenPrototype()) in printNestedNameSpecifier()
5506 bool isInlineSpecified, bool hasWrittenPrototype, in Create() argument
5512 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
H A DDeclPrinter.cpp753 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
H A DExpr.cpp782 if (FD->hasWrittenPrototype()) in ComputeName()
H A DASTImporter.cpp4229 D->isInlineSpecified(), D->hasWrittenPrototype(), in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp880 FunctionDeclBits.addBit(D->hasWrittenPrototype()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2160 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local
2171 func_decl->setHasWrittenPrototype(hasWrittenPrototype); in CreateFunctionDeclaration()