Searched defs:WordText (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DCommentParser.cpp156 SmallString<32> WordText; local
162 WordText.push_back(C);
167 const unsigned Length = WordText.size();
175 memcpy(TextPtr, WordText.c_str(), Length + 1);
190 SmallString<32> WordText; local
197 WordText.push_back(C);
205 WordText.push_back(C);
218 const unsigned Length = WordText.size();
221 memcpy(TextPtr, WordText.c_str(), Length + 1);

Completed in 117 milliseconds