OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActOnStringLiteral
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
4421
//
ActOnStringLiteral
() copies the string data into the literal, so it's
4430
cast<StringLiteral>(Actions.
ActOnStringLiteral
(Toks, nullptr).get());
ParseExpr.cpp
3149
return Actions.
ActOnStringLiteral
(StringToks,
ParsePragma.cpp
1054
cast<StringLiteral>(Actions.
ActOnStringLiteral
(Toks, nullptr).get());
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
5199
///
ActOnStringLiteral
- The specified tokens were lexed as pasted string
5201
ExprResult
ActOnStringLiteral
(ArrayRef<Token> StringToks,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
1783
///
ActOnStringLiteral
- The specified tokens were lexed as pasted string
1790
Sema::
ActOnStringLiteral
(ArrayRef<Token> StringToks, Scope *UDLScope) {
Completed in 86 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026