Searched refs:hasWrittenPrototype (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 2000 bool hasWrittenPrototype = true, 2005 isInlineSpecified, hasWrittenPrototype, 2013 bool isInlineSpecified, bool hasWrittenPrototype, 2226 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype() 2230 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
|
| /netbsd-src/external/apache2/llvm/dist/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 | 671 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
|
| H A D | Expr.cpp | 637 if (FD->hasWrittenPrototype()) in ComputeName()
|
| H A D | ASTImporter.cpp | 3474 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 552 Record.push_back(D->hasWrittenPrototype()); in VisitFunctionDecl() 1386 D->hasWrittenPrototype()) in VisitCXXMethodDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1993 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
|
| H A D | SemaDeclAttr.cpp | 6124 if (!F->hasWrittenPrototype()) { in DiagnoseSwiftName()
|
| H A D | SemaDecl.cpp | 14582 if (!FD->hasWrittenPrototype()) { in ActOnFinishFunctionBody()
|