Home
last modified time | relevance | path

Searched refs:CurLocalScope (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/TableGen/
DTGParser.h147 std::unique_ptr<TGLocalVarScope> CurLocalScope; variable
190 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()
DTGParser.cpp902 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()