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

References

lib/AsmParser/LLParser.cpp
  285   if (!ForwardRefTypeIds.empty())
  286     return Error(ForwardRefTypeIds.begin()->second.front().second,
  288                      Twine(ForwardRefTypeIds.begin()->first) + "'");
 7509   auto FwdRefTIDs = ForwardRefTypeIds.find(ID);
 7510   if (FwdRefTIDs != ForwardRefTypeIds.end()) {
 7516     ForwardRefTypeIds.erase(FwdRefTIDs);
 7616   auto FwdRefTIDs = ForwardRefTypeIds.find(ID);
 7617   if (FwdRefTIDs != ForwardRefTypeIds.end()) {
 7623     ForwardRefTypeIds.erase(FwdRefTIDs);
 8599       auto FwdRef = ForwardRefTypeIds.insert(std::make_pair(
 8640       auto FwdRef = ForwardRefTypeIds.insert(std::make_pair(
 8679       auto FwdRef = ForwardRefTypeIds.insert(std::make_pair(