Lines Matching refs:annotation
22 #include "ir/base/annotation.h"
125 ss << "Invalid annotation declaration: " << name;
721 auto *annotation = childNode->AsAnnotation();
722 std::string annoName{annotation->Name()};
723 ScopeFindResult res = scope_->Find(annotation->Name(), bindingOptions_);
726 annotation->SetIsImported();
728 ThrowInvalidAnnotationDeclaration(annotation->Start(), annotation->Name());
734 annotation->SetIsImported();
736 ThrowInvalidAnnotationDeclaration(annotation->Start(), annotation->Name());
739 ThrowInvalidAnnotationDeclaration(annotation->Start(), annotation->Name());