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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1958 bool hasWrittenPrototype = true,
1963 isInlineSpecified, hasWrittenPrototype,
1971 bool isInlineSpecified, bool hasWrittenPrototype,
2174 return hasWrittenPrototype() || hasInheritedPrototype();
2178 bool hasWrittenPrototype() const {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1898 const bool hasWrittenPrototype = true; local
1918 nullptr, SC_Extern, isInlineSpecified, hasWrittenPrototype,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1634 if (FD->hasWrittenPrototype())
4707 bool hasWrittenPrototype,
4714 New->setHasWrittenPrototype(hasWrittenPrototype);
4702 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInlineSpecified, bool hasWrittenPrototype, ConstexprSpecKind ConstexprKind, Expr *TrailingRequiresClause) argument
H A DDeclPrinter.cpp658 if (D->hasWrittenPrototype())
H A DExpr.cpp740 if (FD->hasWrittenPrototype())
H A DASTImporter.cpp3382 D->hasWrittenPrototype(), D->getConstexprKind(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp551 Record.push_back(D->hasWrittenPrototype());
1380 D->hasWrittenPrototype())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1875 const bool hasWrittenPrototype = true; local
1883 (clang::StorageClass)storage, is_inline, hasWrittenPrototype,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1915 D->hasWrittenPrototype(), D->getConstexprKind(),
H A DSemaDecl.cpp14034 if (!FD->hasWrittenPrototype() && FD->getNumParams() > 0 &&

Completed in 418 milliseconds