Searched refs:typeLoc (Results 1 – 1 of 1) sorted by relevance
302 const Location& typeLoc = static_cast<const NamedType*>(refType)->location(); in checkForwardReferenceRestrictions() local306 if (!Location::inSameFile(refLoc, typeLoc) || in checkForwardReferenceRestrictions()307 (!Location::intersect(refLoc, typeLoc) && typeLoc < refLoc)) { in checkForwardReferenceRestrictions()