Searched refs:OldLocation (Results 1 – 3 of 3) sorted by relevance
3386 SourceLocation OldLocation = Old->getLocation(); in getNoteDiagForInvalidRedeclaration() local3395 if (OldLocation.isInvalid()) in getNoteDiagForInvalidRedeclaration()3396 OldLocation = New->getLocation(); in getNoteDiagForInvalidRedeclaration()3399 return std::make_pair(PrevDiag, OldLocation); in getNoteDiagForInvalidRedeclaration()3589 SourceLocation OldLocation; in MergeFunctionDecl() local3590 std::tie(PrevDiag, OldLocation) = in MergeFunctionDecl()3604 Diag(OldLocation, PrevDiag) << Old << Old->getType(); in MergeFunctionDecl()3607 Diag(OldLocation, PrevDiag) << Old << Old->getType(); in MergeFunctionDecl()3671 Diag(OldLocation, diag::note_previous_declaration); in MergeFunctionDecl()3747 Diag(OldLocation, diag::note_previous_declaration); in MergeFunctionDecl()[all …]
203 SourceLocation OldLocation; variable209 OldLocation = Self.getDerived().getBaseLocation(); in TemporaryBase()217 Self.getDerived().setBase(OldLocation, OldEntity); in ~TemporaryBase()
278 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() local279 if (OldLocation.getNode()) in reservePreviousStackSlotForValue()