Home
last modified time | relevance | path

Searched refs:Stringify (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/Lex/
DLexer.h224 static std::string Stringify(const std::string &Str, bool Charify = false);
228 static void Stringify(SmallVectorImpl<char> &Str);
/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp112 Lexer::Stringify(Filename); in FileChanged()
DPrintPreprocessedOutput.cpp266 Lexer::Stringify(CurFilename); in FileChanged()
/external/clang/lib/Lex/
DMacroArgs.cpp230 std::string Str = Lexer::Stringify(TokStr); in StringifyArgument()
DHeaderSearch.cpp696 return Lexer::Stringify(Path.str()); in NormalizeDashIncludePath()
DPPMacroExpansion.cpp975 Lexer::Stringify(FN); in ExpandBuiltinMacro()
DLexer.cpp209 std::string Lexer::Stringify(const std::string &Str, bool Charify) { in Stringify() function in Lexer
223 void Lexer::Stringify(SmallVectorImpl<char> &Str) { in Stringify() function in Lexer
/external/mdnsresponder/mDNSShared/
DCommonServices.h734 #define Stringify( X ) # X macro
735 #define StringifyExpansion( X ) Stringify( X )
/external/sqlite/dist/orig/
Dsqlite3.c64469 #define Stringify(P, enc) \
66051 Stringify(pIn1, encoding);
66052 Stringify(pIn2, encoding);
/external/sqlite/dist/
Dsqlite3.c64482 #define Stringify(P, enc) \
66064 Stringify(pIn1, encoding);
66065 Stringify(pIn2, encoding);
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1610622 * ProgIDMacros.h: Stringify the passed in class name.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2946155 Stringify CSS units manually (without printf) to make the formatting
46504 Stringify CSS units manually (without printf) to make the formatting