Searched refs:Stringify (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp112 Lexer::Stringify(Filename);
H A DPrintPreprocessedOutput.cpp266 Lexer::Stringify(CurFilename);
/external/clang/include/clang/Lex/
H A DLexer.h221 /// Stringify - Convert the specified string into a C string by escaping '\'
224 static std::string Stringify(const std::string &Str, bool Charify = false);
226 /// Stringify - Convert the specified string into a C string by escaping '\'
228 static void Stringify(SmallVectorImpl<char> &Str);
/external/clang/lib/Lex/
H A DMacroArgs.cpp205 // Stringify all the tokens.
230 std::string Str = Lexer::Stringify(TokStr);
H A DHeaderSearch.cpp696 return Lexer::Stringify(Path.str());
H A DPPMacroExpansion.cpp975 Lexer::Stringify(FN);
H A DLexer.cpp207 /// Stringify - Convert the specified string into a C string, with surrounding
209 std::string Lexer::Stringify(const std::string &Str, bool Charify) { function in class:Lexer
221 /// Stringify - Convert the specified string into a C string by escaping '\'
223 void Lexer::Stringify(SmallVectorImpl<char> &Str) { function in class:Lexer
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h703 /*! @function Stringify
705 @abstract Stringify's an expression.
709 Stringify macros to process raw text passed via -D options to C string constants. The double-wrapping is necessary
718 printf( "%s", Stringify( kMyConstant ) ); // Prints "kMyConstant"
728 printf( "%s", Stringify( kMyConstant ) ); // Prints "kMyConstant"
734 #define Stringify( X ) # X macro
735 #define StringifyExpansion( X ) Stringify( X )
/external/sqlite/dist/orig/
H A Dsqlite3.c64469 #define Stringify macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c64482 #define Stringify macro
[all...]

Completed in 675 milliseconds