Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp122 [[nodiscard]] bool lexEndif(const char *&First, const char *const End);
669 bool Scanner::lexEndif(const char *&First, const char *const End) { in lexEndif() function in Scanner
789 return lexEndif(First, End); in lexPPLine()