Lines Matching refs:annotations
608 std::vector<pandasm::AnnotationData> annotations;
609 annotations.push_back(std::move(ann_data));
610 method.metadata->AddAnnotations(annotations);
665 const auto annotations = method_iter->second.metadata->GetAnnotations();
666 if (!is_method || annotations.empty()) {
671 for (const auto &ann_data : annotations) {
690 const auto annotations = method_iter->second.metadata->GetAnnotations();
691 if (annotations.empty()) {
696 std::find_if(annotations.begin(), annotations.end(),
698 if (annotation_iter == annotations.end()) {
1884 const auto annotations = method.metadata->GetAnnotations();
1885 if (annotations.empty()) {
1889 for (const auto &ann : annotations) {