OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LexStringLiteral
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h
706
bool
LexStringLiteral
(Token &Result, const char *CurPtr,
Preprocessor.h
1426
bool
LexStringLiteral
(Token &Result, std::string &String,
1437
/// already been lexed (see
LexStringLiteral
).
/src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp
1909
///
LexStringLiteral
- Lex the remainder of a string literal, after having lexed
1911
bool Lexer::
LexStringLiteral
(Token &Result, const char *CurPtr,
3355
return
LexStringLiteral
(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3376
return
LexStringLiteral
(Result,
3413
return
LexStringLiteral
(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3456
return
LexStringLiteral
(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3510
return
LexStringLiteral
(Result, CurPtr,
Pragma.cpp
867
if (!
LexStringLiteral
(Tok, FileName, "pragma hdrstop", false))
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp
1987
if (!PP.
LexStringLiteral
(Tok, SecName, "pragma clang section", false))
2791
if (!PP.
LexStringLiteral
(Tok, NameString,
2803
if (!PP.
LexStringLiteral
(Tok, ValueString, "pragma detect_mismatch",
2884
if (Tok.is(tok::comma) && !PP.
LexStringLiteral
(Tok, ArgumentString,
Completed in 23 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026