Searched refs:LexStringLiteral (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | Lexer.h | 602 bool LexStringLiteral (Token &Result, const char *CurPtr,
|
| HD | Preprocessor.h | 1066 bool LexStringLiteral(Token &Result, std::string &String, in LexStringLiteral() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | Lexer.cpp | 1712 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral() function in Lexer 3043 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal() 3064 return LexStringLiteral(Result, in LexTokenInternal() 3101 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal() 3144 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal() 3197 return LexStringLiteral(Result, CurPtr, tok::string_literal); in LexTokenInternal()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParsePragma.cpp | 1741 if (!PP.LexStringLiteral(Tok, NameString, in HandlePragma() 1753 if (!PP.LexStringLiteral(Tok, ValueString, "pragma detect_mismatch", in HandlePragma() 1828 if (Tok.is(tok::comma) && !PP.LexStringLiteral(Tok, ArgumentString, in HandlePragma()
|