Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h93 enum ScopeKind { SK_Local, SK_Record, SK_ForeachLoop, SK_MultiClass }; enumerator
106 : Kind(SK_Local), Parent(std::move(Parent)) {} in TGVarScope()
H A DTGParser.cpp166 case SK_Local: in getVar()