Searched refs:variableDebugInfo (Results 1 – 3 of 3) sorted by relevance
70 auto *debugInfo = &pg_->debugInfo_.variableDebugInfo; in LocalRegScope()120 pg_->debugInfo_.variableDebugInfo.push_back(funcScope); in FunctionRegScope()
70 explicit DebugInfo(ArenaAllocator *allocator) : variableDebugInfo(allocator->Adapter()) {}; in DebugInfo()75 ArenaVector<const binder::Scope *> variableDebugInfo; variable
321 for (const auto *scope : pg_->Debuginfo().variableDebugInfo) { in GenVariablesDebugInfo()