Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2627 SourceLocation OldLocation = Old->getLocation(); in getNoteDiagForInvalidRedeclaration() local
2632 if (OldLocation.isInvalid()) in getNoteDiagForInvalidRedeclaration()
2633 OldLocation = New->getLocation(); in getNoteDiagForInvalidRedeclaration()
2636 return std::make_pair(PrevDiag, OldLocation); in getNoteDiagForInvalidRedeclaration()
2771 SourceLocation OldLocation; in MergeFunctionDecl() local
2772 std::tie(PrevDiag, OldLocation) = in MergeFunctionDecl()
2786 Diag(OldLocation, PrevDiag); in MergeFunctionDecl()
2789 Diag(OldLocation, PrevDiag); in MergeFunctionDecl()
2862 Diag(OldLocation, diag::note_previous_declaration); in MergeFunctionDecl()
2874 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.cpp207 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() local
208 if (OldLocation.getNode()) in reservePreviousStackSlotForValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp234 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() local
235 if (OldLocation.getNode()) in reservePreviousStackSlotForValue()