reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/CFG.cpp
  118   const Expr *Constant = tryTransformToIntOrEnumConstant(B->getRHS());
  132     Constant = tryTransformToIntOrEnumConstant(B->getLHS());
 1145         tryTransformToIntOrEnumConstant(B->getLHS()->IgnoreParenImpCasts());
 1147         tryTransformToIntOrEnumConstant(B->getRHS()->IgnoreParenImpCasts());