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.cpp2226 PopScope(FoldScope); in ParseOperation()
2565 PopScope(TempScope); in ParseOperationForEachFilter()
3677 PopScope(ObjectScope); in ParseObjectBody()
3888 PopScope(ForeachScope); in ParseForeach()
3999 PopScope(BodyScope); in ParseIfBody()
4083 PopScope(ClassScope); in ParseClass()
4171 PopScope(LetScope); in ParseTopLevelLet()
4281 PopScope(MulticlassScope); in ParseMultiClass()
4453 PopScope(GlobalScope); in ParseFile()
H A DTGParser.h220 void PopScope(TGVarScope *ExpectedStackTop) { in PopScope() function