Searched refs:PCLoc (Results 1 – 2 of 2) sorted by relevance
137 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() local139 if (PCLoc.isInvalid() || Scope->getFilename() == PCLoc.getFilename()) in setLocation()
184 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() local185 if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(CurLoc)) in setLocation()