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

/external/clang/lib/Edit/
H A DEditedSource.cpp26 StringRef EditedSource::copyString(const Twine &twine) { argument
28 return copyString(twine.toStringRef(Data));
/external/llvm/include/llvm/ADT/
H A DTwine.h135 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 LHS.twine = &_LHS;
174 RHS.twine = &_RHS;
175 assert(isValid() && "Invalid twine!");
178 /// Construct a twine from explicit values.
182 assert(isValid() && "Invalid twine!");
189 /// isNull - Check for the null twine.
194 /// isEmpty - Check for the empty twine
[all...]

Completed in 208 milliseconds