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

Declarations

tools/clang/lib/AST/ExprConstant.cpp
 7335   bool VisitUnaryImag(const UnaryOperator *E);

References

tools/clang/include/clang/AST/StmtVisitor.h
   97       case UO_Imag:      DISPATCH(UnaryImag,      UnaryOperator);