Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp468 assert(Param->hasInheritedDefaultArg()); in ParseLexedMethodDeclaration()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h1867 bool hasInheritedDefaultArg() const { in hasInheritedDefaultArg() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1223 ParmVarDeclBits.addBit(D->hasInheritedDefaultArg()); in VisitParmVarDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp3167 NewParm->setHasInheritedDefaultArg(OldParm->hasInheritedDefaultArg()); in SubstParmVarDecl()
HDSemaDeclCXX.cpp451 return P->hasDefaultArg() && !P->hasInheritedDefaultArg(); in functionDeclHasDefaultArgument()
562 OldParam->hasInheritedDefaultArg(); /**/) { in MergeCXXFunctionDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp2931 if (!hasInheritedDefaultArg()) { in getSourceRange()
HDASTImporter.cpp4650 ToParam->setHasInheritedDefaultArg(FromParam->hasInheritedDefaultArg()); in ImportDefaultArgOfParmVarDecl()