Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp60 const bool hasWrittenPrototype = true; in AddFunDecl() local
80 nullptr, SC_Extern, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2026 bool hasWrittenPrototype = true,
2031 isInlineSpecified, hasWrittenPrototype,
2039 bool isInlineSpecified, bool hasWrittenPrototype,
2252 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2256 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1672 if (FD->hasWrittenPrototype()) in printNestedNameSpecifier()
4850 bool hasWrittenPrototype, in Create() argument
4857 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
H A DDeclPrinter.cpp672 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
H A DExpr.cpp703 if (FD->hasWrittenPrototype()) in ComputeName()
H A DASTImporter.cpp3523 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp554 Record.push_back(D->hasWrittenPrototype()); in VisitFunctionDecl()
1404 D->hasWrittenPrototype()) in VisitCXXMethodDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2142 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local
2153 func_decl->setHasWrittenPrototype(hasWrittenPrototype); in CreateFunctionDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2055 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
H A DSemaDeclAttr.cpp6232 if (!F->hasWrittenPrototype()) { in DiagnoseSwiftName()
H A DSemaDecl.cpp14638 if (!FD->hasWrittenPrototype()) { in ActOnFinishFunctionBody()