Searched refs:OldLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 377 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec() argument 383 PDiag(diag::note_previous_declaration), Old, OldLoc, New, NewLoc); in CheckEquivalentExceptionSpec() 400 SourceLocation OldLoc, in CheckEquivalentExceptionSpec() argument 471 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpec() 472 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec() 552 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpec() 553 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec() 581 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpec() 582 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 943 DbgValueLocation OldLoc = LocMapI.value(); in splitLocation() local 952 LocMapI.setValue(OldLoc.changeLocNo(NewLocNo)); in splitLocation() 956 LocMapI.insert(LStart, LocMapI.start(), OldLoc); in splitLocation() 962 LocMapI.insert(LII->end, LStop, OldLoc); in splitLocation()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1315 const FunctionProtoType *Old, SourceLocation OldLoc, 1319 const FunctionProtoType *Old, SourceLocation OldLoc,
|