Searched refs:OldLoc (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp253 const FunctionProtoType *Old, SourceLocation OldLoc,
478 const FunctionProtoType *Old, SourceLocation OldLoc,
488 Old, OldLoc, New, NewLoc);
504 const FunctionProtoType *Old, SourceLocation OldLoc,
648 if (NoteID.getDiagID() != 0 && OldLoc.isValid())
649 S.Diag(OldLoc, NoteID);
656 SourceLocation OldLoc,
661 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc,
477 CheckEquivalentExceptionSpec( const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
502 CheckEquivalentExceptionSpecImpl( Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc, bool *MissingExceptionSpecification, bool *MissingEmptyExceptionSpecification, bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) argument
653 CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
H A DSemaTemplateInstantiateDecl.cpp3703 auto OldLoc = TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>(); local
3704 assert(OldLoc && "type of function is not a function type?");
3706 for (unsigned I = 0, N = OldLoc.getNumParams(); I != N; ++I)
3707 NewLoc.setParam(I, OldLoc.getParam(I));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1082 DbgValueLocation OldLoc = LocMapI.value(); local
1091 LocMapI.setValue(OldLoc.changeLocNo(NewLocNo));
1095 LocMapI.insert(LStart, LocMapI.start(), OldLoc);
1101 LocMapI.insert(LII->end, LStop, OldLoc);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3589 MethodVFTableLocation &OldLoc = Insert.first->second; local
3590 if (vfptrIsEarlierInMDC(Layout, NewLoc, OldLoc))
3591 OldLoc = NewLoc;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1664 const FunctionProtoType *Old, SourceLocation OldLoc,
1668 const FunctionProtoType *Old, SourceLocation OldLoc,

Completed in 227 milliseconds