Searched refs:OldLocation (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 2627 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 …]
|
D | TreeTransform.h | 177 SourceLocation OldLocation; variable 183 OldLocation = Self.getDerived().getBaseLocation(); in TemporaryBase() 191 Self.getDerived().setBase(OldLocation, OldEntity); in ~TemporaryBase()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 207 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() local 208 if (OldLocation.getNode()) in reservePreviousStackSlotForValue()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDecl.cpp | 3057 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 …]
|
D | TreeTransform.h | 195 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/ |
D | StatepointLowering.cpp | 233 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() local 234 if (OldLocation.getNode()) in reservePreviousStackSlotForValue()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 269 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue() local 270 if (OldLocation.getNode()) in reservePreviousStackSlotForValue()
|