OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stringify
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/
HeaderIncludeGen.cpp
60
Lexer::
Stringify
(Pathname);
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h
287
///
Stringify
- Convert the specified string into a C string by i) escaping
290
static std::string
Stringify
(StringRef Str, bool Charify = false);
292
///
Stringify
- Convert the specified string into a C string by i) escaping
294
static void
Stringify
(SmallVectorImpl<char> &Str);
/src/external/apache2/llvm/dist/clang/lib/Lex/
MacroArgs.cpp
218
//
Stringify
all the tokens.
240
std::string Str = Lexer::
Stringify
(TokStr);
PPMacroExpansion.cpp
1547
Lexer::
Stringify
(FN);
Lexer.cpp
258
std::string Lexer::
Stringify
(StringRef Str, bool Charify) {
265
void Lexer::
Stringify
(SmallVectorImpl<char> &Str) { StringifyImpl(Str, '"'); }
/src/external/apache2/mDNSResponder/dist/mDNSShared/
CommonServices.h
673
/*! @function
Stringify
675
@abstract
Stringify
's an expression.
679
Stringify
macros to process raw text passed via -D options to C string constants. The double-wrapping is necessary
688
printf( "%s",
Stringify
( kMyConstant ) ); // Prints "kMyConstant"
698
printf( "%s",
Stringify
( kMyConstant ) ); // Prints "kMyConstant"
704
#define
Stringify
( X ) # X
705
#define StringifyExpansion( X )
Stringify
( X )
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
1630
LineString += Lexer::
Stringify
(PLoc.getFilename());
3065
LineString += Lexer::
Stringify
(PLoc.getFilename());
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026