Lines Matching refs:TokKind
36 tgtok::TokKind Kind;
72 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) { in ReturnError()
77 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError()
142 tgtok::TokKind TGLexer::LexToken(bool FileOrLineStart) { in LexToken()
181 tgtok::TokKind Kind = prepIsDirective(); in LexToken()
271 tgtok::TokKind TGLexer::LexString() { in LexString()
323 tgtok::TokKind TGLexer::LexVarName() { in LexVarName()
337 tgtok::TokKind TGLexer::LexIdentifier() { in LexIdentifier()
348 tgtok::TokKind Kind = StringSwitch<tgtok::TokKind>(Str) in LexIdentifier()
396 tgtok::TokKind Tok = LexToken(); in LexInclude()
466 tgtok::TokKind TGLexer::LexNumber() { in LexNumber()
527 tgtok::TokKind TGLexer::LexBracket() { in LexBracket()
550 tgtok::TokKind TGLexer::LexExclaim() { in LexExclaim()
559 tgtok::TokKind Kind = in LexExclaim()
560 StringSwitch<tgtok::TokKind>(StringRef(Start, CurPtr - Start)) in LexExclaim()
643 tgtok::TokKind TGLexer::prepIsDirective() const { in prepIsDirective()
660 tgtok::TokKind Kind = PD.Kind; in prepIsDirective()
698 bool TGLexer::prepEatPreprocessorDirective(tgtok::TokKind Kind) { in prepEatPreprocessorDirective()
713 tgtok::TokKind TGLexer::lexPreprocessor( in lexPreprocessor()
714 tgtok::TokKind Kind, bool ReturnNextLiveToken) { in lexPreprocessor()
868 tgtok::TokKind Kind = prepIsDirective(); in prepSkipRegion()
876 tgtok::TokKind ProcessedKind = lexPreprocessor(Kind, false); in prepSkipRegion()