Searched refs:LexStringLiteral (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 744 bool LexStringLiteral (Token &Result, const char *CurPtr,
|
| H A D | Preprocessor.h | 1763 bool LexStringLiteral(Token &Result, std::string &String, in LexStringLiteral() function
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 2191 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral() function in Lexer 3870 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal() 3891 return LexStringLiteral(Result, in LexTokenInternal() 3928 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal() 3971 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal() 4025 return LexStringLiteral(Result, CurPtr, in LexTokenInternal()
|
| H A D | Pragma.cpp | 887 if (!LexStringLiteral(Tok, FileName, "pragma hdrstop", false)) in HandlePragmaHdrstop()
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 2325 if (!PP.LexStringLiteral(Tok, SecName, "pragma clang section", false)) in HandlePragma() 3129 if (!PP.LexStringLiteral(Tok, NameString, in HandlePragma() 3141 if (!PP.LexStringLiteral(Tok, ValueString, "pragma detect_mismatch", in HandlePragma() 3214 if (Tok.is(tok::comma) && !PP.LexStringLiteral(Tok, ArgumentString, in HandlePragma()
|