Home
last modified time | relevance | path

Searched defs:StrExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5518 void Update(signed NewFirstUncoveredArg, const Expr *StrExpr) { in Update()
H A DSemaExpr.cpp10755 StringLiteral* StrExpr = dyn_cast<StringLiteral>(LHSExpr->IgnoreImpCasts()); in diagnoseStringPlusInt() local