Searched refs:ArrayBase (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3427 static bool IsPreserveAIArrayBase(CodeGenFunction &CGF, const Expr *ArrayBase) { argument
3428 if (!ArrayBase || !CGF.getDebugInfo())
3438 const Expr *E = ArrayBase->IgnoreImpCasts();

Completed in 79 milliseconds