Lines Matching refs:TokKind
42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError()
88 tgtok::TokKind TGLexer::LexToken() { in LexToken()
183 tgtok::TokKind TGLexer::LexString() { in LexString()
235 tgtok::TokKind TGLexer::LexVarName() { in LexVarName()
250 tgtok::TokKind TGLexer::LexIdentifier() { in LexIdentifier()
266 tgtok::TokKind Kind = StringSwitch<tgtok::TokKind>(Str) in LexIdentifier()
293 tgtok::TokKind Tok = LexToken(); in LexInclude()
379 tgtok::TokKind TGLexer::LexNumber() { in LexNumber()
434 tgtok::TokKind TGLexer::LexBracket() { in LexBracket()
457 tgtok::TokKind TGLexer::LexExclaim() { in LexExclaim()
466 tgtok::TokKind Kind = in LexExclaim()
467 StringSwitch<tgtok::TokKind>(StringRef(Start, CurPtr - Start)) in LexExclaim()