OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TGLocalVarScope
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.h
80
class
TGLocalVarScope
{
83
std::unique_ptr<
TGLocalVarScope
> parent;
86
TGLocalVarScope
() = default;
87
TGLocalVarScope
(std::unique_ptr<
TGLocalVarScope
> parent)
90
std::unique_ptr<
TGLocalVarScope
> extractParent() {
147
std::unique_ptr<
TGLocalVarScope
> CurLocalScope;
183
TGLocalVarScope
*PushLocalScope() {
184
CurLocalScope = std::make_unique<
TGLocalVarScope
>(std::move(CurLocalScope));
190
void PopLocalScope(
TGLocalVarScope
*ExpectedStackTop)
[
all
...]
TGParser.cpp
2932
TGLocalVarScope
*BodyScope = PushLocalScope();
3152
TGLocalVarScope
*ForeachScope = PushLocalScope();
3261
TGLocalVarScope
*BodyScope = PushLocalScope();
3417
TGLocalVarScope
*LetScope = PushLocalScope();
3515
TGLocalVarScope
*MulticlassScope = PushLocalScope();
Completed in 18 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026