Lines Matching refs:TokKind
36 tgtok::TokKind Kind;
70 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) { in ReturnError()
75 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError()
137 tgtok::TokKind TGLexer::LexToken(bool FileOrLineStart) { in LexToken()
176 tgtok::TokKind Kind = prepIsDirective(); in LexToken()
267 tgtok::TokKind TGLexer::LexString() { in LexString()
319 tgtok::TokKind TGLexer::LexVarName() { in LexVarName()
333 tgtok::TokKind TGLexer::LexIdentifier() { in LexIdentifier()
344 tgtok::TokKind Kind = StringSwitch<tgtok::TokKind>(Str) in LexIdentifier()
389 tgtok::TokKind Tok = LexToken(); in LexInclude()
469 tgtok::TokKind TGLexer::LexNumber() { in LexNumber()
524 tgtok::TokKind TGLexer::LexBracket() { in LexBracket()
547 tgtok::TokKind TGLexer::LexExclaim() { in LexExclaim()
556 tgtok::TokKind Kind = in LexExclaim()
557 StringSwitch<tgtok::TokKind>(StringRef(Start, CurPtr - Start)) in LexExclaim()
626 tgtok::TokKind TGLexer::prepIsDirective() const { in prepIsDirective()
643 tgtok::TokKind Kind = PreprocessorDirs[ID].Kind; in prepIsDirective()
681 bool TGLexer::prepEatPreprocessorDirective(tgtok::TokKind Kind) { in prepEatPreprocessorDirective()
696 tgtok::TokKind TGLexer::lexPreprocessor( in lexPreprocessor()
697 tgtok::TokKind Kind, bool ReturnNextLiveToken) { in lexPreprocessor()
851 tgtok::TokKind Kind = prepIsDirective(); in prepSkipRegion()
859 tgtok::TokKind ProcessedKind = lexPreprocessor(Kind, false); in prepSkipRegion()