Searched refs:hasWrittenPrototype (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 60 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 D | Decl.h | 2026 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 D | Decl.cpp | 1672 if (FD->hasWrittenPrototype()) in printNestedNameSpecifier() 4850 bool hasWrittenPrototype, in Create() argument 4857 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
|
| H A D | DeclPrinter.cpp | 672 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
|
| H A D | Expr.cpp | 703 if (FD->hasWrittenPrototype()) in ComputeName()
|
| H A D | ASTImporter.cpp | 3523 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 554 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 D | TypeSystemClang.cpp | 2142 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 D | SemaTemplateInstantiateDecl.cpp | 2055 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
|
| H A D | SemaDeclAttr.cpp | 6232 if (!F->hasWrittenPrototype()) { in DiagnoseSwiftName()
|
| H A D | SemaDecl.cpp | 14638 if (!FD->hasWrittenPrototype()) { in ActOnFinishFunctionBody()
|