Searched defs:defaultArgumentWasInherited (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclTemplate.h982 bool defaultArgumentWasInherited() const { return InheritedDefault; } function in class:clang::TemplateParameterList::TemplateTypeParmDecl
1106 bool defaultArgumentWasInherited() const { function in class:clang::TemplateParameterList::NonTypeTemplateParmDecl
1331 bool defaultArgumentWasInherited() const {
1351 if (hasDefaultArgument() && !defaultArgumentWasInherited())

Completed in 217 milliseconds