Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h758 bool SaveLineComment (Token &Result, const char *CurPtr);
/src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2702 return SaveLineComment(Result, CurPtr); in SkipLineComment()
2729 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment() function in Lexer