LLVM OpenMP
lexer::kmp_lexer Class Referencefinal

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp_traits.h"

Public Member Functions

 kmp_lexer (kmp_str_ref source)
token next ()
token peek ()
kmp_str_ref remaining ()

Detailed Description

Definition at line 46 of file kmp_traits.h.

Constructor & Destructor Documentation

◆ kmp_lexer()

lexer::kmp_lexer::kmp_lexer ( kmp_str_ref source)
inlineexplicit

Definition at line 55 of file kmp_traits.h.

Member Function Documentation

◆ next()

◆ peek()

◆ remaining()

kmp_str_ref lexer::kmp_lexer::remaining ( )
inline

Definition at line 77 of file kmp_traits.h.

References kmp_str_ref::begin(), peek(), and lexer::token::text.

Referenced by parser::consume_list().


The documentation for this class was generated from the following files: