Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp62 const Expr *MaybeDecl = B->getLHS(); in tryNormalizeBinaryOperator() local
76 MaybeDecl = B->getRHS(); in tryNormalizeBinaryOperator()
80 auto *D = dyn_cast<DeclRefExpr>(MaybeDecl->IgnoreParenImpCasts()); in tryNormalizeBinaryOperator()