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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h702 bool LexStringLiteral (Token &Result, const char *CurPtr,
H A DPreprocessor.h1407 bool LexStringLiteral(Token &Result, std::string &String, function in class:clang::Preprocessor
1418 /// already been lexed (see LexStringLiteral).
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1905 /// LexStringLiteral - Lex the remainder of a string literal, after having lexed
1907 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, function in class:Lexer
3330 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3351 return LexStringLiteral(Result,
3388 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3431 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3485 return LexStringLiteral(Result, CurPtr,
H A DPragma.cpp867 if (!LexStringLiteral(Tok, FileName, "pragma hdrstop", false))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1884 if (!PP.LexStringLiteral(Tok, SecName, "pragma clang section", false))
2667 if (!PP.LexStringLiteral(Tok, NameString,
2679 if (!PP.LexStringLiteral(Tok, ValueString, "pragma detect_mismatch",
2760 if (Tok.is(tok::comma) && !PP.LexStringLiteral(Tok, ArgumentString,

Completed in 204 milliseconds