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