HomeSort by: relevance | last modified time | path
    Searched refs:getStringValue (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 54 static std::string getStringValue(const Record &R, StringRef field) {
146 OS.write_escaped(getStringValue(R, "HelpText")) << "\", ";
164 OS << '\"' << getStringValue(R, "CmdFlag") << "\", ";
166 OS.write_escaped(getStringValue(R, "Desc")) << "\", ";
168 OS.write_escaped(getStringValue(R, "DefaultVal")) << "\", ";
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AttributeImpl.h 172 StringRef getStringValue() const {
Attributes.cpp 674 return static_cast<const StringAttributeImpl *>(this)->getStringValue();
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 272 /// comments on getStringValue for a discussion of the None case.
303 Optional<StringRef> getStringValue() const { return StrValue; }
307 /// getStringValue for a discussion of when the latter can be None.
FileCheck.cpp 1411 VariableDef.getValue().DefinedNumericVariable->getStringValue();
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp 1427 static StringRef getStringValue(IO &IO, const char *Key) {
1454 TypeStr = getStringValue(IO, "Type");
1802 else if (!IO.outputting() && getStringValue(IO, "Value") == CantUnwind)

Completed in 39 milliseconds