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

Declarations

lib/CodeGen/MIRParser/MIParser.cpp
  423   bool parseIRConstant(StringRef::iterator Loc, StringRef StringValue,

References

lib/CodeGen/MIRParser/MIParser.cpp
 1500   if (parseIRConstant(Loc, StringRef(Loc, Token.range().end() - Loc), C))
 2618     if (parseIRConstant(Token.location(), Token.stringValue(), C))