Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2000 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 DDecl.cpp1672 if (FD->hasWrittenPrototype()) in printNestedNameSpecifier()
4850 bool hasWrittenPrototype, in Create() argument
4857 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
H A DDeclPrinter.cpp671 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
H A DExpr.cpp637 if (FD->hasWrittenPrototype()) in ComputeName()
H A DASTImporter.cpp3474 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp552 Record.push_back(D->hasWrittenPrototype()); in VisitFunctionDecl()
1386 D->hasWrittenPrototype()) in VisitCXXMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1993 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
H A DSemaDeclAttr.cpp6124 if (!F->hasWrittenPrototype()) { in DiagnoseSwiftName()
H A DSemaDecl.cpp14582 if (!FD->hasWrittenPrototype()) { in ActOnFinishFunctionBody()