Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp580 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
583 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
585 Lex.getCurStrVal() + "'"); in ParseClassID()
1572 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1590 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1871 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperationForEachFilter()
2108 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2113 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2588 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2688 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
[all …]
H A DTGLexer.h116 const std::string &getCurStrVal() const { in getCurStrVal() function