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

/external/clang/lib/Edit/
H A DEditedSource.cpp56 StringRef EditedSource::copyString(const Twine &twine) { argument
58 return copyString(twine.toStringRef(Data));
/external/llvm/include/llvm/ADT/
H A DTwine.h136 const Twine *twine; member in union:llvm::Twine::Child
164 /// Construct a nullary twine; the kind must be NullKind or EmptyKind.
170 /// Construct a binary twine.
173 this->LHS.twine = &LHS;
174 this->RHS.twine = &RHS;
175 assert(isValid() && "Invalid twine!");
178 /// Construct a twine from explicit values.
181 assert(isValid() && "Invalid twine!");
188 /// Check for the null twine.
193 /// Check for the empty twine
[all...]

Completed in 758 milliseconds