Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1881 bool hasWrittenPrototype = true,
1886 isInlineSpecified, hasWrittenPrototype,
1896 bool hasWrittenPrototype,
2068 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2072 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp2089 const bool hasWrittenPrototype = true; in AddFunDecl() local
2109 NULL, SC_Extern, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp1577 if (FD->hasWrittenPrototype()) in printQualifiedName()
4427 bool hasWrittenPrototype, in Create() argument
4432 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
H A DDeclPrinter.cpp621 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
H A DExpr.cpp604 if (FD->hasWrittenPrototype()) in ComputeName()
H A DASTImporter.cpp3118 D->hasWrittenPrototype(), D->isConstexpr())) in VisitFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp541 Record.push_back(D->hasWrittenPrototype()); in VisitFunctionDecl()
1315 D->hasWrittenPrototype()) in VisitCXXMethodDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2154 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local
2162 (clang::StorageClass)storage, is_inline, hasWrittenPrototype, in CreateFunctionDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1682 D->hasWrittenPrototype(), D->isConstexpr()); in VisitFunctionDecl()
H A DSemaDecl.cpp13213 if (!FD->hasWrittenPrototype() && FD->getNumParams() > 0 && in ActOnFinishFunctionBody()