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.h2124 bool isInlineSpecified = false, bool hasWrittenPrototype = true,
2130 hasWrittenPrototype, ConstexprKind,
2138 bool hasWrittenPrototype, ConstexprSpecKind ConstexprKind,
2369 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2373 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp525 if (!F->hasWrittenPrototype()) { in DiagnoseName()
H A DSemaDecl.cpp4084 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()
4103 if (New->hasWrittenPrototype() != Old->hasWrittenPrototype() && in MergeFunctionDecl()
4106 if (New->hasWrittenPrototype()) { in MergeFunctionDecl()
15988 if (!FD->hasWrittenPrototype() && FD->getNumParams() != 0 && in ActOnFinishFunctionBody()
15989 (!PossiblePrototype || (!PossiblePrototype->hasWrittenPrototype() && in ActOnFinishFunctionBody()
H A DSemaTemplateInstantiateDecl.cpp2201 D->isInlineSpecified(), D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1773 if (FD->hasWrittenPrototype()) in printNestedNameSpecifier()
5392 bool isInlineSpecified, bool hasWrittenPrototype, in Create() argument
5398 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
H A DDeclPrinter.cpp724 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
H A DExpr.cpp780 if (FD->hasWrittenPrototype()) in ComputeName()
H A DASTImporter.cpp3957 D->isInlineSpecified(), D->hasWrittenPrototype(), in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp724 FunctionDeclBits.addBit(D->hasWrittenPrototype()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2141 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local
2152 func_decl->setHasWrittenPrototype(hasWrittenPrototype); in CreateFunctionDeclaration()