reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-rc/ResourceScriptParser.h
   84   Expected<StringRef> readString();        // Parse a string.

References

tools/llvm-rc/ResourceScriptParser.cpp
  561     ASSIGN_OR_RETURN(ClassStr, readString());
  655     ASSIGN_OR_RETURN(CaptionResult, readString());
  701     ASSIGN_OR_RETURN(StrResult, readString());
  729     ASSIGN_OR_RETURN(NameResult, readString());
  734     ASSIGN_OR_RETURN(KeyResult, readString());
  798   ASSIGN_OR_RETURN(Arg, readString());
  812   ASSIGN_OR_RETURN(NameResult, readString());