Home
last modified time | relevance | path

Searched refs:hasInheritedDefaultArg (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp375 assert(Param->hasInheritedDefaultArg()); in ParseLexedMethodDeclaration()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp894 Record.push_back(D->hasInheritedDefaultArg()); in VisitParmVarDecl()
918 !D->hasInheritedDefaultArg() && in VisitParmVarDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp1702 NewParm->setHasInheritedDefaultArg(OldParm->hasInheritedDefaultArg()); in SubstParmVarDecl()
HDSemaDeclCXX.cpp427 if (!PVD->hasInheritedDefaultArg()) in functionDeclHasDefaultArgument()
544 OldParam->hasInheritedDefaultArg(); /**/) { in MergeCXXFunctionDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h1468 bool hasInheritedDefaultArg() const { in hasInheritedDefaultArg() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp2300 if (!hasInheritedDefaultArg()) { in getSourceRange()
HDASTImporter.cpp3316 ToParm->setHasInheritedDefaultArg(D->hasInheritedDefaultArg()); in VisitParmVarDecl()