Searched refs:NewLoc (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp262 const FunctionProtoType *New, SourceLocation NewLoc,
487 const FunctionProtoType *New, SourceLocation NewLoc) {
496 Old, OldLoc, New, NewLoc);
513 const FunctionProtoType *New, SourceLocation NewLoc,
523 Old = S.ResolveExceptionSpec(NewLoc, Old);
526 New = S.ResolveExceptionSpec(NewLoc, New);
655 S.Diag(NewLoc, DiagID);
666 SourceLocation NewLoc) {
670 New, NewLoc);
485 CheckEquivalentExceptionSpec( const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
510 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
661 CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
H A DSemaTemplate.cpp8527 /// \param NewLoc the location of the new explicit specialization or
8545 Sema::CheckSpecializationInstantiationRedecl(SourceLocation NewLoc, argument
8598 Diag(NewLoc, diag::err_specialization_after_instantiation)
8634 Diag(NewLoc,
8661 Diag(NewLoc, diag::warn_explicit_instantiation_after_specialization)
8694 Diag(NewLoc, (getLangOpts().MSVCCompat)
H A DSemaTemplateInstantiateDecl.cpp3715 auto NewLoc = NewTInfo->getTypeLoc().castAs<FunctionProtoTypeLoc>(); local
3717 NewLoc.setParam(I, OldLoc.getParam(I));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1754 SourceLocation NewLoc; local
1762 NewLoc = Loc;
1769 NewLoc = SourceLocation();
1772 PP.setPragmaARCCFCodeAuditedInfo(NameTok.getIdentifierInfo(), NewLoc);
1809 SourceLocation NewLoc; local
1818 NewLoc = Loc;
1820 Callbacks->PragmaAssumeNonNullBegin(NewLoc);
1827 NewLoc = SourceLocation();
1829 Callbacks->PragmaAssumeNonNullEnd(NewLoc);
1832 PP.setPragmaAssumeNonNullLoc(NewLoc);
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp713 /// Adjust regions and state when \c NewLoc exits a file.
715 /// If moving from our most recently tracked location to \c NewLoc exits any
718 void handleFileExit(SourceLocation NewLoc) { argument
719 if (NewLoc.isInvalid() ||
720 SM.isWrittenInSameFile(MostRecentLocation, NewLoc))
723 // If NewLoc is not in a file that contains MostRecentLocation, walk up to
725 SourceLocation LCA = NewLoc;
732 MostRecentLocation = NewLoc;
777 MostRecentLocation = NewLoc;
H A DCodeGenAction.cpp451 SourceLocation NewLoc = local
453 return FullSourceLoc(NewLoc, CSM);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h313 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { argument
314 return InitializedEntity(EK_New, NewLoc, Type);
H A DSema.h1760 const FunctionProtoType *New, SourceLocation NewLoc);
1764 const FunctionProtoType *New, SourceLocation NewLoc);
7387 CheckSpecializationInstantiationRedecl(SourceLocation NewLoc,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h1118 /// Return true if moving \p Inst to before \p NewLoc will break LCSSA,
1119 /// assuming that the function containing \p Inst and \p NewLoc is currently
1121 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { argument
1122 assert(Inst->getFunction() == NewLoc->getFunction() &&
1126 auto *NewBB = NewLoc->getParent();
1145 // To check that the movement of Inst to before NewLoc does not break LCSSA,
1147 // NewLoc: the users of NewInst, and the operands of NewInst.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1310 DebugLoc NewLoc = getDebugValueLoc(DII, SI);
1321 Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, SI);
1325 Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, SI);
1345 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr);
1352 LI, DIVar, DIExpr, NewLoc, (Instruction *)nullptr);
1379 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr);
1385 Builder.insertDbgValueIntrinsic(APN, DIVar, DIExpr, NewLoc, &*InsertionPt);
1451 DebugLoc NewLoc = getDebugValueLoc(DDI, nullptr);
1455 NewLoc, CI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp897 BasicBlock *NewLoc = preheader(DT, Lp); local
898 if (!NewLoc || !DT->dominates(TopB, NewLoc))
901 LocB = NewLoc;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1080 PathDiagnosticLocation NewLoc) {
1081 if (!NewLoc.isValid())
1084 SourceLocation NewLocL = NewLoc.asLocation();
1089 PrevLoc = NewLoc;
1095 if (NewLoc.asStmt() && NewLoc.asStmt() == PrevLoc.asStmt())
1099 std::make_shared<PathDiagnosticControlFlowPiece>(NewLoc, PrevLoc));
1100 PrevLoc = NewLoc;
1078 addEdgeToPath(PathPieces &path, PathDiagnosticLocation &PrevLoc, PathDiagnosticLocation NewLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h832 void setLocation(PathDiagnosticLocation NewLoc) { argument
833 Loc = NewLoc;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3636 const MethodVFTableLocation &NewLoc = Loc.second; local
3638 if (vfptrIsEarlierInMDC(Layout, NewLoc, OldLoc))
3639 OldLoc = NewLoc;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7178 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc;
7196 ParseTypeAndValue(New, NewLoc, PFS) ||
7216 return Error(NewLoc, "new value and pointer type do not match");
7218 return Error(NewLoc, "cmpxchg operand must be a first class value");

Completed in 396 milliseconds