Searched refs:CurLocalScope (Results 1 – 2 of 2) sorted by relevance
147 std::unique_ptr<TGLocalVarScope> CurLocalScope; variable190 CurLocalScope = std::make_unique<TGLocalVarScope>(std::move(CurLocalScope)); in PushLocalScope()194 return CurLocalScope.get(); in PushLocalScope()197 assert(ExpectedStackTop == CurLocalScope.get() && in PopLocalScope()199 CurLocalScope = CurLocalScope->extractParent(); in PopLocalScope()
902 if (CurLocalScope) in ParseIDValue()903 if (Init *I = CurLocalScope->getVar(Name->getValue())) in ParseIDValue()3225 if (CurLocalScope) { in ParseDefvar()3226 if (CurLocalScope->varAlreadyDefined(DeclName->getValue())) in ParseDefvar()3244 if (CurLocalScope) in ParseDefvar()3245 CurLocalScope->addVar(DeclName->getValue(), Value); in ParseDefvar()