Searched refs:LexStringLiteral (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
H A DLexer.h582 bool LexStringLiteral (Token &Result, const char *CurPtr,
H A DPreprocessor.h782 bool LexStringLiteral(Token &Result, std::string &String, function in class:clang::Preprocessor
793 /// already been lexed (see LexStringLiteral).
/external/clang/lib/Lex/
H A DLexer.cpp1716 /// LexStringLiteral - Lex the remainder of a string literal, after having lexed
1718 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, function in class:Lexer
3046 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3067 return LexStringLiteral(Result,
3099 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3142 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3195 return LexStringLiteral(Result, CurPtr, tok::string_literal);
/external/clang/lib/Parse/
H A DParsePragma.cpp1487 if (!PP.LexStringLiteral(Tok, NameString,
1499 if (!PP.LexStringLiteral(Tok, ValueString, "pragma detect_mismatch",
1566 if (Tok.is(tok::comma) && !PP.LexStringLiteral(Tok, ArgumentString,

Completed in 92 milliseconds