Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2553 SourceLocation OldLocation = Old->getLocation(); in getNoteDiagForInvalidRedeclaration() local
2558 if (OldLocation.isInvalid()) in getNoteDiagForInvalidRedeclaration()
2559 OldLocation = New->getLocation(); in getNoteDiagForInvalidRedeclaration()
2562 return std::make_pair(PrevDiag, OldLocation); in getNoteDiagForInvalidRedeclaration()
2697 SourceLocation OldLocation; in MergeFunctionDecl() local
2698 std::tie(PrevDiag, OldLocation) = in MergeFunctionDecl()
2712 Diag(OldLocation, PrevDiag); in MergeFunctionDecl()
2715 Diag(OldLocation, PrevDiag); in MergeFunctionDecl()
2788 Diag(OldLocation, diag::note_previous_declaration); in MergeFunctionDecl()
2800 Diag(OldLocation, diag::note_previous_declaration); in MergeFunctionDecl()
[all …]
DTreeTransform.h177 SourceLocation OldLocation; variable
183 OldLocation = Self.getDerived().getBaseLocation(); in TemporaryBase()
191 Self.getDerived().setBase(OldLocation, OldEntity); in ~TemporaryBase()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp212 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() local
213 if (OldLocation.getNode()) in reservePreviousStackSlotForValue()