Searched refs:refLoc (Results 1 – 1 of 1) sorted by relevance
284 const Location& refLoc = ref.location(); in checkForwardReferenceRestrictions() local306 if (!Location::inSameFile(refLoc, typeLoc) || in checkForwardReferenceRestrictions()307 (!Location::intersect(refLoc, typeLoc) && typeLoc < refLoc)) { in checkForwardReferenceRestrictions()