HomeSort by: relevance | last modified time | path
    Searched defs:stringRef (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h 13 #include "llvm/ADT/StringRef.h"
79 /// StringRef) codegen as desired.
99 /// A pointer to a StringRef instance.
141 const StringRef *stringRef;
286 /// Construct from a StringRef.
287 /*implicit*/ Twine(const StringRef &Str) : LHSKind(StringRefKind) {
288 LHS.stringRef = &Str;
356 /// Construct as the concatenation of a C string and a StringRef.
357 /*implicit*/ Twine(const char *LHS, const StringRef &RHS
    [all...]

Completed in 71 milliseconds