Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp114 LLVM_NODISCARD bool lexModule(const char *&First, const char *const End);
579 bool Scanner::lexModule(const char *&First, const char *const End) { in lexModule() function in Scanner
726 return lexModule(First, End); in lexPPLine()