Lines Matching refs:Declaration
26 Declaration::Declaration(const std::string &name) in Declaration() function in android::Declaration
30 Declaration::~Declaration() {} in ~Declaration()
32 const std::string& Declaration::getName() const { in getName()
35 void Declaration::setName(const std::string &name) { in setName()
39 void Declaration::forceCamelCase() { in forceCamelCase()
44 void Declaration::forcePascalCase() { in forcePascalCase()
49 void Declaration::forceUpperSnakeCase() { in forceUpperSnakeCase()
54 const std::string& Declaration::getComment() const { in getComment()
57 void Declaration::setComment(const std::string &comment) { in setComment()
62 void Declaration::generateCommentText(Formatter &out) const { in generateCommentText()
68 void Declaration::generateParameterSource(Formatter &out) const { in generateParameterSource()