Searched refs:lexRawIdentifier (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp525 LLVM_NODISCARD static const char *lexRawIdentifier(const char *First, function
548 const char *Last = lexRawIdentifier(First, End);
556 Last = lexRawIdentifier(Next, End);

Completed in 106 milliseconds