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

/external/clang/include/clang/AST/
H A DDeclTemplate.h978 bool hasDefaultArgument() const { return DefaultArgument != nullptr; } function in class:clang::TemplateParameterList::TemplateTypeParmDecl
1101 bool hasDefaultArgument() const { function in class:clang::TemplateParameterList::NonTypeTemplateParmDecl
1326 bool hasDefaultArgument() const {
1360 if (hasDefaultArgument() && !defaultArgumentWasInherited())

Completed in 38 milliseconds