Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp93 bool lexTemplate(SmallString<32> &WordText) { in lexTemplate() argument
97 WordText.push_back(C); in lexTemplate()
188 SmallString<32> WordText; in lexType() local
198 if (!lexTemplate(WordText)) in lexType()
201 WordText.push_back(C); in lexType()
210 const unsigned Length = WordText.size(); in lexType()
218 memcpy(TextPtr, WordText.c_str(), Length + 1); in lexType()
249 SmallString<32> WordText; in lexParHeading() local
259 WordText.push_back(peek()); in lexParHeading()
267 unsigned Length = WordText.size(); in lexParHeading()
[all …]