Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp879 auto *ArrayDeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParenImpCasts()); in LoadPassedObjectSize() local
880 if (!ArrayDeclRef) in LoadPassedObjectSize()
883 auto *ParamDecl = dyn_cast<ParmVarDecl>(ArrayDeclRef->getDecl()); in LoadPassedObjectSize()