Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp139 [[nodiscard]] bool lexPPLine(const char *&First, const char *const End);
821 bool Scanner::lexPPLine(const char *&First, const char *const End) { in lexPPLine() function in Scanner
938 if (lexPPLine(First, End)) in scanImpl()