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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h716 bool SaveLineComment (Token &Result, const char *CurPtr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2366 return SaveLineComment(Result, CurPtr);
2393 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { function in class:Lexer

Completed in 104 milliseconds