Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp931 auto *ArrayDeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParenImpCasts()); in LoadPassedObjectSize() local
932 if (!ArrayDeclRef) in LoadPassedObjectSize()
935 auto *ParamDecl = dyn_cast<ParmVarDecl>(ArrayDeclRef->getDecl()); in LoadPassedObjectSize()