Home
last modified time | relevance | path

Searched refs:NextCh (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dbasic-parsers.h827 struct NextCh { struct
829 constexpr NextCh() {} in NextCh() function
839 constexpr NextCh nextCh; argument
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1648 auto NextCh = PP.peek(); in __root_path_raw() local
1649 if (NextCh && isSeparator(*NextCh)) { in __root_path_raw()