Searched refs:OldLoc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 264 const FunctionProtoType *Old, SourceLocation OldLoc, 486 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec() argument 496 Old, OldLoc, New, NewLoc); in CheckEquivalentExceptionSpec() 512 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpecImpl() argument 656 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl() 657 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl() 664 SourceLocation OldLoc, in CheckEquivalentExceptionSpec() argument 669 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec()
|
H A D | SemaTemplateInstantiateDecl.cpp | 4124 auto OldLoc = TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>(); in adjustForRewrite() local 4125 assert(OldLoc && "type of function is not a function type?"); in adjustForRewrite() 4127 for (unsigned I = 0, N = OldLoc.getNumParams(); I != N; ++I) in adjustForRewrite() 4128 NewLoc.setParam(I, OldLoc.getParam(I)); in adjustForRewrite()
|
H A D | SemaDecl.cpp | 20256 SourceLocation OldLoc) { in diagnoseFunctionEffectMergeConflicts() argument 20260 Diag(OldLoc, diag::note_previous_declaration); in diagnoseFunctionEffectMergeConflicts()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1034 const VarLoc::MachineLoc &OldLoc, 1506 const VarLoc::MachineLoc &OldLoc, Register NewReg) { in insertTransferDebugPair() argument 1531 VarLoc VL = VarLoc::CreateCopyLoc(OldVarLoc, OldLoc, NewReg); in insertTransferDebugPair() 1544 OldVarLoc, OldLoc, SpillLocation.SpillBase, SpillLocation.SpillOffset); in insertTransferDebugPair() 1557 VarLoc VL = VarLoc::CreateCopyLoc(OldVarLoc, OldLoc, NewReg); in insertTransferDebugPair() 1778 VarLoc::MachineLoc OldLoc = VL.Locs[SpillLocIdx]; in transferSpillOrRestoreInst() local 1779 VarLoc UndefVL = VarLoc::CreateCopyLoc(VL, OldLoc, 0); in transferSpillOrRestoreInst()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 3730 MethodVFTableLocation &OldLoc = Insert.first->second; in computeVTableRelatedInformation() local 3731 if (vfptrIsEarlierInMDC(Layout, NewLoc, OldLoc)) in computeVTableRelatedInformation() 3732 OldLoc = NewLoc; in computeVTableRelatedInformation()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 892 SourceLocation OldLoc); 6171 SourceLocation OldLoc, 6177 SourceLocation OldLoc,
|