Searched refs:twine (Results 1 - 4 of 4) sorted by relevance

/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...]
/external/llvm/lib/Support/
H A DTwine.cpp64 Ptr.twine->print(OS);
111 Ptr.twine->printRepr(OS);
/external/clang/include/clang/Edit/
H A DEditedSource.h70 StringRef copyString(const Twine &twine);
/external/clang/lib/Edit/
H A DEditedSource.cpp26 StringRef EditedSource::copyString(const Twine &twine) { argument
28 return copyString(twine.toStringRef(Data));

Completed in 176 milliseconds