Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp118 [[nodiscard]] bool lexModule(const char *&First, const char *const End);
588 bool Scanner::lexModule(const char *&First, const char *const End) { in lexModule() function in Scanner
737 return lexModule(First, End); in lexPPLine()