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

/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
H A DRecord.h508 /// getAsUnquotedString - Convert this value to a string form,
512 virtual std::string getAsUnquotedString() const { return getAsString(); } function in class:llvm::Init
764 virtual std::string getAsUnquotedString() const { return Value; } function in class:llvm::StringInit
/external/llvm/include/llvm/TableGen/
H A DRecord.h308 virtual std::string getAsUnquotedString() const { return getAsString(); } function in class:llvm::Init
595 std::string getAsUnquotedString() const override { return Value; }
634 std::string getAsUnquotedString() const override { return Value; }
932 return getNameInit()->getAsUnquotedString();
1197 return getNameInit()->getAsUnquotedString();
1289 return getNameInit()->getAsUnquotedString();

Completed in 93 milliseconds