Home
last modified time | relevance | path

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

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