Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h200 TGVarScope *PushScope() { in PushScope() function
207 TGVarScope *PushScope(Record *Rec) { in PushScope() function
211 TGVarScope *PushScope(ForeachLoop *Loop) { in PushScope() function
215 TGVarScope *PushScope(MultiClass *Multiclass) { in PushScope() function
H A DTGParser.cpp2137 TGVarScope *FoldScope = PushScope(ParseRec); in ParseOperation()
2476 TGVarScope *TempScope = PushScope(ParseRec); in ParseOperationForEachFilter()
3560 TGVarScope *ObjectScope = PushScope(CurRec); in ParseObjectBody()
3737 TGVarScope *ForeachScope = PushScope(TheLoop.get()); in ParseForeach()
3849 TGVarScope *BodyScope = PushScope(); in ParseIfBody()
3937 TGVarScope *ClassScope = PushScope(CurRec); in ParseClass()
4026 TGVarScope *LetScope = PushScope(); in ParseTopLevelLet()
4077 TGVarScope *MulticlassScope = PushScope(CurMultiClass); in ParseMultiClass()
4314 TGVarScope *GlobalScope = PushScope(); in ParseFile()