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

/external/clang/include/clang/AST/
H A DDeclTemplate.h936 bool hasDefaultArgument() const { return DefaultArgument != 0; } function in class:clang::TemplateParameterList::TemplateTypeParmDecl
1060 bool hasDefaultArgument() const { function in class:clang::TemplateParameterList::NonTypeTemplateParmDecl
1286 bool hasDefaultArgument() const {
1320 if (hasDefaultArgument() && !defaultArgumentWasInherited())

Completed in 96 milliseconds