Searched refs:getPastLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 1480 static std::optional<SourceLocation> getPastLoc(const NodeTy *Node, in getPastLoc() function 1494 std::optional<SourceLocation> LastCharLoc = getPastLoc(E, SM, LangOpts); in getExprText() 1722 std::optional<SourceLocation> LHSLocation = getPastLoc(LHS, SM, LangOpts); in getFixits() 1730 getPastLoc(AddOp, SM, LangOpts); in getFixits() 1732 getPastLoc(DerefOp, SM, LangOpts); in getFixits() 1761 getPastLoc(BaseDeclRefExpr, SM, Ctx.getLangOpts())) { in getFixits() 1789 getPastLoc(Node, SM, Ctx.getLangOpts()); in getFixits() 1995 std::optional<SourceLocation> LocPassInit = getPastLoc(Init, SM, LangOpts); in FixVarInitializerWithSpan() 2280 std::optional<SourceLocation> Loc = getPastLoc(FReDecl, SM, LangOpts); in createOverloadsForFixedParams()
|