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

/freebsd-10.1-release/contrib/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!");
185 /// isNull - Check for the null twine.
190 /// isEmpty - Check for the empty twine
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DTwine.cpp64 Ptr.twine->print(OS);
111 Ptr.twine->printRepr(OS);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h77 StringRef copyString(const Twine &twine);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp26 StringRef EditedSource::copyString(const Twine &twine) { argument
28 return copyString(twine.toStringRef(Data));

Completed in 162 milliseconds