Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h636 bool SaveLineComment (Token &Result, const char *CurPtr);
/external/llvm-project/clang/include/clang/Lex/
DLexer.h720 bool SaveLineComment (Token &Result, const char *CurPtr);
/external/clang/lib/Lex/
DLexer.cpp2155 return SaveLineComment(Result, CurPtr); in SkipLineComment()
2182 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment() function in Lexer
/external/llvm-project/clang/lib/Lex/
DLexer.cpp2385 return SaveLineComment(Result, CurPtr); in SkipLineComment()
2412 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment() function in Lexer