Searched refs:getPastLoc (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 1752 static std::optional<SourceLocation> getPastLoc(const NodeTy *Node, in getPastLoc() function 1766 std::optional<SourceLocation> LastCharLoc = getPastLoc(E, SM, LangOpts); in getExprText() 1994 std::optional<SourceLocation> LHSLocation = getPastLoc(LHS, SM, LangOpts); in getFixits() 2002 getPastLoc(AddOp, SM, LangOpts); in getFixits() 2004 getPastLoc(DerefOp, SM, LangOpts); in getFixits() 2033 getPastLoc(BaseDeclRefExpr, SM, Ctx.getLangOpts())) { in getFixits() 2056 getPastLoc(DRE, SM, Ctx.getLangOpts()); in createDataFixit() 2276 std::optional<SourceLocation> LocPassInit = getPastLoc(Init, SM, LangOpts); in FixVarInitializerWithSpan() 2557 std::optional<SourceLocation> Loc = getPastLoc(FReDecl, SM, LangOpts); in createOverloadsForFixedParams()
|