Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2144 PopScope(FoldScope); in ParseOperation()
2480 PopScope(TempScope); in ParseOperationForEachFilter()
3584 PopScope(ObjectScope); in ParseObjectBody()
3759 PopScope(ForeachScope); in ParseForeach()
3870 PopScope(BodyScope); in ParseIfBody()
3949 PopScope(ClassScope); in ParseClass()
4037 PopScope(LetScope); in ParseTopLevelLet()
4148 PopScope(MulticlassScope); in ParseMultiClass()
4317 PopScope(GlobalScope); in ParseFile()
H A DTGParser.h219 void PopScope(TGVarScope *ExpectedStackTop) { in PopScope() function