Searched refs:CurLocalScope (Results 1 – 4 of 4) sorted by relevance
148 std::unique_ptr<TGLocalVarScope> CurLocalScope; variable185 CurLocalScope = std::make_unique<TGLocalVarScope>(std::move(CurLocalScope)); in PushLocalScope()189 return CurLocalScope.get(); in PushLocalScope()192 assert(ExpectedStackTop == CurLocalScope.get() && in PopLocalScope()194 CurLocalScope = CurLocalScope->extractParent(); in PopLocalScope()
874 if (CurLocalScope) in ParseIDValue()875 if (Init *I = CurLocalScope->getVar(Name->getValue())) in ParseIDValue()2831 if (CurLocalScope) { in ParseDefvar()2832 if (CurLocalScope->varAlreadyDefined(DeclName->getValue())) in ParseDefvar()2851 if (CurLocalScope) in ParseDefvar()2852 CurLocalScope->addVar(DeclName->getValue(), Value); in ParseDefvar()
143 std::unique_ptr<TGLocalVarScope> CurLocalScope; variable180 CurLocalScope = std::make_unique<TGLocalVarScope>(std::move(CurLocalScope)); in PushLocalScope()184 return CurLocalScope.get(); in PushLocalScope()187 assert(ExpectedStackTop == CurLocalScope.get() && in PopLocalScope()189 CurLocalScope = CurLocalScope->extractParent(); in PopLocalScope()
873 if (CurLocalScope) in ParseIDValue()874 if (Init *I = CurLocalScope->getVar(Name->getValue())) in ParseIDValue()2895 if (CurLocalScope) { in ParseDefvar()2896 if (CurLocalScope->varAlreadyDefined(DeclName->getValue())) in ParseDefvar()2914 if (CurLocalScope) in ParseDefvar()2915 CurLocalScope->addVar(DeclName->getValue(), Value); in ParseDefvar()