Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DFixitUtil.h49 std::optional<StringRef> getExprText(const Expr *E, const SourceManager &SM,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DFixitUtil.cpp217 std::optional<StringRef> clang::getExprText(const Expr *E, in getExprText() function in clang
H A DUnsafeBufferUsage.cpp3065 std::optional<StringRef> DreString = getExprText(DRE, SM, LangOpts); in fixUPCAddressofArraySubscriptWithSpan()
3073 std::optional<StringRef> IndexString = getExprText(Idx, SM, LangOpts); in fixUPCAddressofArraySubscriptWithSpan()
3211 std::optional<StringRef> ExtentString = getExprText(Ext, SM, LangOpts); in FixVarInitializerWithSpan()