Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2098 bool isInlineSpecified = false, bool hasWrittenPrototype = true,
2104 hasWrittenPrototype, ConstexprKind,
2112 bool hasWrittenPrototype, ConstexprSpecKind ConstexprKind,
2341 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2345 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp1742 if (FD->hasWrittenPrototype()) in printNestedNameSpecifier()
5080 bool isInlineSpecified, bool hasWrittenPrototype, in Create() argument
5086 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
H A DDeclPrinter.cpp667 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
H A DExpr.cpp795 if (FD->hasWrittenPrototype()) in ComputeName()
H A DASTImporter.cpp3676 D->isInlineSpecified(), D->hasWrittenPrototype(), in VisitFunctionDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp643 Record.push_back(D->hasWrittenPrototype()); in VisitFunctionDecl()
1431 D->hasWrittenPrototype() && in VisitCXXMethodDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp4112 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl()
4131 if (New->hasWrittenPrototype() != Old->hasWrittenPrototype() && in MergeFunctionDecl()
4134 if (New->hasWrittenPrototype()) { in MergeFunctionDecl()
15603 if (!FD->hasWrittenPrototype() && FD->getNumParams() != 0 && in ActOnFinishFunctionBody()
15604 (!PossiblePrototype || (!PossiblePrototype->hasWrittenPrototype() && in ActOnFinishFunctionBody()
H A DSemaTemplateInstantiateDecl.cpp2119 D->isInlineSpecified(), D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
H A DSemaDeclAttr.cpp6669 if (!F->hasWrittenPrototype()) { in DiagnoseSwiftName()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2182 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local
2193 func_decl->setHasWrittenPrototype(hasWrittenPrototype); in CreateFunctionDeclaration()