Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp789 void ETSChecker::CheckAnnotationTypeForVariableDeclaration(checker::Type *annotationType, bool isUnionFunction, in CheckAnnotationTypeForVariableDeclaration() argument
794 if (!isUnionFunction && annotationType->IsETSUnionType()) { in CheckAnnotationTypeForVariableDeclaration()
798 isUnionFunction = true; in CheckAnnotationTypeForVariableDeclaration()
804 if (isUnionFunction) { in CheckAnnotationTypeForVariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h528 void CheckAnnotationTypeForVariableDeclaration(checker::Type *annotationType, bool isUnionFunction,

Completed in 6 milliseconds