Searched defs:OldLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 486 CheckEquivalentExceptionSpec(const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument 512 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) CheckEquivalentExceptionSpecImpl() argument 664 CheckEquivalentExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument
|
H A D | SemaTemplateInstantiateDecl.cpp | 4113 auto OldLoc = TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>(); adjustForRewrite() local
|
H A D | SemaDecl.cpp | 20210 diagnoseFunctionEffectMergeConflicts(const FunctionEffectSet::Conflicts & Errs,SourceLocation NewLoc,SourceLocation OldLoc) diagnoseFunctionEffectMergeConflicts() argument
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1506 insertTransferDebugPair(MachineInstr & MI,OpenRangesSet & OpenRanges,TransferMap & Transfers,VarLocMap & VarLocIDs,LocIndex OldVarID,TransferKind Kind,const VarLoc::MachineLoc & OldLoc,Register NewReg) insertTransferDebugPair() argument 1778 VarLoc::MachineLoc OldLoc = VL.Locs[SpillLocIdx]; transferSpillOrRestoreInst() local
|
/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 3730 MethodVFTableLocation &OldLoc = Insert.first->second; in computeVTableRelatedInformation() local
|