Searched refs:GetLicense (Results 1 – 6 of 6) sorted by relevance
15 if (ast_->GetLicense().empty()) { in EmitLicense()18 sb.Append(ast_->GetLicense()).Append("\n\n"); in EmitLicense()
112 if (ast_->GetLicense().empty()) { in EmitLicense()115 sb.Append(ast_->GetLicense()).Append("\n\n"); in EmitLicense()
76 if (ast_->GetLicense().empty()) { in EmitLicense()79 sb.Append(ast_->GetLicense()).Append("\n\n"); in EmitLicense()
93 inline std::string GetLicense() in GetLicense() function
44 inline std::string GetLicense() const in GetLicense() function
401 interfaceType->SetLicense(ast_->GetLicense()); in ParseInterface()