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.cpp2150 PopScope(FoldScope); in ParseOperation()
2486 PopScope(TempScope); in ParseOperationForEachFilter()
3590 PopScope(ObjectScope); in ParseObjectBody()
3801 PopScope(ForeachScope); in ParseForeach()
3912 PopScope(BodyScope); in ParseIfBody()
3996 PopScope(ClassScope); in ParseClass()
4084 PopScope(LetScope); in ParseTopLevelLet()
4195 PopScope(MulticlassScope); in ParseMultiClass()
4367 PopScope(GlobalScope); in ParseFile()
H A DTGParser.h220 void PopScope(TGVarScope *ExpectedStackTop) { in PopScope() function