LLVM OpenMP
lexer Namespace Reference

Classes

class  kmp_lexer
struct  token

Enumerations

enum class  token_kind {
  END , COMMA , STAR , NOT ,
  L_PAREN , R_PAREN , L_BRACKET , R_BRACKET ,
  COLON , AND , OR , WORD ,
  UNKNOWN
}

Enumeration Type Documentation

◆ token_kind

enum class lexer::token_kind
strong
Enumerator
END 
COMMA 
STAR 
NOT 
L_PAREN 
R_PAREN 
L_BRACKET 
R_BRACKET 
COLON 
AND 
OR 
WORD 
UNKNOWN 

Definition at line 23 of file kmp_traits.h.