Home
last modified time | relevance | path

Searched refs:OldLocation (Results 1 – 7 of 7) 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/llvm-project/clang/lib/Sema/
DSemaDecl.cpp3057 SourceLocation OldLocation = Old->getLocation(); in getNoteDiagForInvalidRedeclaration() local
3062 if (OldLocation.isInvalid()) in getNoteDiagForInvalidRedeclaration()
3063 OldLocation = New->getLocation(); in getNoteDiagForInvalidRedeclaration()
3066 return std::make_pair(PrevDiag, OldLocation); in getNoteDiagForInvalidRedeclaration()
3252 SourceLocation OldLocation; in MergeFunctionDecl() local
3253 std::tie(PrevDiag, OldLocation) = in MergeFunctionDecl()
3267 Diag(OldLocation, PrevDiag); in MergeFunctionDecl()
3270 Diag(OldLocation, PrevDiag); in MergeFunctionDecl()
3393 Diag(OldLocation, diag::note_previous_declaration); in MergeFunctionDecl()
3406 Diag(OldLocation, diag::note_previous_declaration); in MergeFunctionDecl()
[all …]
DTreeTransform.h195 SourceLocation OldLocation; variable
201 OldLocation = Self.getDerived().getBaseLocation(); in TemporaryBase()
209 Self.getDerived().setBase(OldLocation, OldEntity); in ~TemporaryBase()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp233 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() local
234 if (OldLocation.getNode()) in reservePreviousStackSlotForValue()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp269 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() local
270 if (OldLocation.getNode()) in reservePreviousStackSlotForValue()