Searched refs:LexStringLiteral (Results 1 - 4 of 4) sorted by relevance
/external/clang/include/clang/Lex/ |
H A D | Lexer.h | 578 void LexStringLiteral (Token &Result, const char *CurPtr,
|
H A D | Preprocessor.h | 736 bool LexStringLiteral(Token &Result, std::string &String, function in class:clang::Preprocessor 747 /// already been lexed (see LexStringLiteral).
|
/external/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 819 if (!PP.LexStringLiteral(Tok, NameString, 831 if (!PP.LexStringLiteral(Tok, ValueString, "pragma detect_mismatch", 898 if (Tok.is(tok::comma) && !PP.LexStringLiteral(Tok, ArgumentString,
|
/external/clang/lib/Lex/ |
H A D | Lexer.cpp | 1639 /// LexStringLiteral - Lex the remainder of a string literal, after having lexed 1641 void Lexer::LexStringLiteral(Token &Result, const char *CurPtr, function in class:Lexer 2882 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result), 2903 return LexStringLiteral(Result, 2935 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result), 2978 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result), 3031 return LexStringLiteral(Result, CurPtr, tok::string_literal);
|
Completed in 158 milliseconds