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

/external/clang/lib/Sema/
H A DSemaChecking.cpp4432 Expr *stackE = nullptr; local
4439 stackE = EvalAddr(RetValExp, refVars, /*ParentDecl=*/nullptr);
4441 stackE = EvalVal(RetValExp, refVars, /*ParentDecl=*/nullptr);
4444 if (!stackE)
4450 diagLoc = stackE->getLocStart();
4451 diagRange = stackE->getSourceRange();
4453 // We followed through a reference variable. 'stackE' contains the
4461 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(stackE)) { //address of local var.
4465 } else if (isa<BlockExpr>(stackE)) { // local block.
4467 } else if (isa<AddrLabelExpr>(stackE)) { // addres
[all...]

Completed in 161 milliseconds