Searched refs:isImported_ (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/base/ | ||
H A D | annotation.h | 71 return isImported_; in IsImported() 76 isImported_ = true; in SetIsImported() 101 bool isImported_ = false; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::Annotation |
H A D | annotation.cpp | 30 dumper->Add({{"type", "Annotation"}, {"expression", expr_}, {"name", nameView_}, {"isImported", isImported_}}); in Dump() |
Completed in 1 milliseconds