Home
last modified time | relevance | path

Searched refs:ThrowInvalidAnnotationDeclaration (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp119 void Binder::ThrowInvalidAnnotationDeclaration(const lexer::SourcePosition &pos, const util::StringView &name) in ThrowInvalidAnnotationDeclaration() function in panda::es2panda::binder::Binder
728 ThrowInvalidAnnotationDeclaration(annotation->Start(), annotation->Name()); in ResolveReference()
736 ThrowInvalidAnnotationDeclaration(annotation->Start(), annotation->Name()); in ResolveReference()
739 ThrowInvalidAnnotationDeclaration(annotation->Start(), annotation->Name()); in ResolveReference()
H A Dbinder.h99 [[noreturn]] void ThrowInvalidAnnotationDeclaration(const lexer::SourcePosition &pos, const util::StringView &name);

Completed in 3 milliseconds