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

References

tools/clang/include/clang/AST/Expr.h
 2367     Argument.Ty = TInfo;
 2389     return Argument.Ty;
 2393     return static_cast<Expr*>(Argument.Ex);
 2400     Argument.Ex = E;
 2404     Argument.Ty = TInfo;
tools/clang/lib/AST/Expr.cpp
 1612   Argument.Ex = E;
 4557   return const_child_range(&Argument.Ex, &Argument.Ex + 1);
 4557   return const_child_range(&Argument.Ex, &Argument.Ex + 1);