Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp93 const Expr *MaybeDecl = B->getLHS(); in tryNormalizeBinaryOperator() local
107 MaybeDecl = B->getRHS(); in tryNormalizeBinaryOperator()
111 auto *D = dyn_cast<DeclRefExpr>(MaybeDecl->IgnoreParenImpCasts()); in tryNormalizeBinaryOperator()