Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp450 assert(Param->hasInheritedDefaultArg()); in ParseLexedMethodDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1914 bool hasInheritedDefaultArg() const { in hasInheritedDefaultArg() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1387 ParmVarDeclBits.addBit(D->hasInheritedDefaultArg()); in VisitParmVarDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2969 if (!hasInheritedDefaultArg()) { in getSourceRange()
H A DASTImporter.cpp4929 ToParam->setHasInheritedDefaultArg(FromParam->hasInheritedDefaultArg()); in ImportDefaultArgOfParmVarDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3362 NewParm->setHasInheritedDefaultArg(OldParm->hasInheritedDefaultArg()); in SubstParmVarDecl()
H A DSemaDeclCXX.cpp448 return P->hasDefaultArg() && !P->hasInheritedDefaultArg(); in functionDeclHasDefaultArgument()
559 OldParam->hasInheritedDefaultArg(); /**/) { in MergeCXXFunctionDecl()