Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.h148 std::unique_ptr<TGLocalVarScope> CurLocalScope; variable
185 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()
DTGParser.cpp874 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()
/external/llvm-project/llvm/lib/TableGen/
DTGParser.h143 std::unique_ptr<TGLocalVarScope> CurLocalScope; variable
180 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()
DTGParser.cpp873 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()