Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp384 assert(Param->hasInheritedDefaultArg()); in ParseLexedMethodDeclaration()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp969 Record.push_back(D->hasInheritedDefaultArg()); in VisitParmVarDecl()
994 !D->hasInheritedDefaultArg() && in VisitParmVarDecl()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1688 NewParm->setHasInheritedDefaultArg(OldParm->hasInheritedDefaultArg()); in SubstParmVarDecl()
DSemaDeclCXX.cpp425 if (!PVD->hasInheritedDefaultArg()) in functionDeclHasDefaultArgument()
542 OldParam->hasInheritedDefaultArg(); /**/) { in MergeCXXFunctionDecl()
/external/clang/include/clang/AST/
DDecl.h1505 bool hasInheritedDefaultArg() const { in hasInheritedDefaultArg() function
/external/clang/lib/AST/
DDecl.cpp2352 if (!hasInheritedDefaultArg()) { in getSourceRange()
DASTImporter.cpp3538 ToParm->setHasInheritedDefaultArg(D->hasInheritedDefaultArg()); in VisitParmVarDecl()