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

Declarations

tools/llvm-rc/ResourceScriptParser.h
   87   Expected<IntOrString> readIntOrString(); // Parse an integer or a string.

References

tools/llvm-rc/ResourceScriptParser.cpp
  435     ASSIGN_OR_RETURN(EventResult, readIntOrString());
  516     ASSIGN_OR_RETURN(Item, readIntOrString());
  549     ASSIGN_OR_RETURN(CaptionResult, readIntOrString());
  745       ASSIGN_OR_RETURN(ValueResult, readIntOrString());
  803   ASSIGN_OR_RETURN(Arg, readIntOrString());