Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h720 bool SaveLineComment (Token &Result, const char *CurPtr);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2387 return SaveLineComment(Result, CurPtr); in SkipLineComment()
2414 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment() function in Lexer