Searched refs:FOldDecLoc (Results 1 – 1 of 1) sorted by relevance
4272 auto FOldDecLoc = SrcMgr.getDecomposedLoc(Old->getLocation()); in notePreviousDefinition() local4274 auto *FOld = SrcMgr.getFileEntryForID(FOldDecLoc.first); in notePreviousDefinition()4304 if (FNew == FOld && FNewDecLoc.second == FOldDecLoc.second) { in notePreviousDefinition()4305 SourceLocation OldIncLoc = SrcMgr.getIncludeLoc(FOldDecLoc.first); in notePreviousDefinition()