Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp893 auto *ArrayDeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParenImpCasts()); in LoadPassedObjectSize() local
894 if (!ArrayDeclRef) in LoadPassedObjectSize()
897 auto *ParamDecl = dyn_cast<ParmVarDecl>(ArrayDeclRef->getDecl()); in LoadPassedObjectSize()