Home
last modified time | relevance | path

Searched refs:OldLocation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3386 SourceLocation OldLocation = Old->getLocation(); in getNoteDiagForInvalidRedeclaration() local
3395 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() local
3590 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 …]
H A DTreeTransform.h203 SourceLocation OldLocation; variable
209 OldLocation = Self.getDerived().getBaseLocation(); in TemporaryBase()
217 Self.getDerived().setBase(OldLocation, OldEntity); in ~TemporaryBase()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp278 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() local
279 if (OldLocation.getNode()) in reservePreviousStackSlotForValue()