Home
last modified time | relevance | path

Searched refs:getExprText (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1763 static std::optional<StringRef> getExprText(const Expr *E, in getExprText() function
2104 std::optional<StringRef> DreString = getExprText(DRE, SM, LangOpts); in fixUPCAddressofArraySubscriptWithSpan()
2112 std::optional<StringRef> IndexString = getExprText(Idx, SM, LangOpts); in fixUPCAddressofArraySubscriptWithSpan()
2250 std::optional<StringRef> ExtentString = getExprText(Ext, SM, LangOpts); in FixVarInitializerWithSpan()