Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp146 [[nodiscard]] bool lexEndif(const char *&First, const char *const End);
781 bool Scanner::lexEndif(const char *&First, const char *const End) { in lexEndif() function in Scanner
908 return lexEndif(First, End); in lexPPLine()