Lines Matching refs:TokKind
32 enum TokKind { enum
88 tgtok::TokKind CurCode = tgtok::TokKind::Eof;
106 tgtok::TokKind Lex() { in Lex()
114 tgtok::TokKind getCode() const { return CurCode; } in getCode()
136 tgtok::TokKind LexToken(bool FileOrLineStart = false);
138 tgtok::TokKind ReturnError(SMLoc Loc, const Twine &Msg);
139 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
145 tgtok::TokKind LexIdentifier();
147 tgtok::TokKind LexString();
148 tgtok::TokKind LexVarName();
149 tgtok::TokKind LexNumber();
150 tgtok::TokKind LexBracket();
151 tgtok::TokKind LexExclaim();
186 tgtok::TokKind Kind;
239 tgtok::TokKind prepIsDirective() const;
249 bool prepEatPreprocessorDirective(tgtok::TokKind Kind);
279 tgtok::TokKind lexPreprocessor(tgtok::TokKind Kind,