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

References

tools/clang/include/clang/AST/ExprCXX.h
 1556     return const_arg_range(arg_begin(), arg_end());
 1562   const_arg_iterator arg_end() const { return arg_begin() + getNumArgs(); }
tools/clang/lib/AST/ItaniumMangle.cpp
 3808         for (CXXConstructExpr::const_arg_iterator I = CCE->arg_begin(),
tools/clang/lib/Analysis/ThreadSafety.cpp
 2100     examineArguments(D, Exp->arg_begin(), Exp->arg_end());
tools/clang/tools/extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
  119               ->arg_begin(); // there's only one for copy constructors
tools/clang/tools/extra/clang-tidy/modernize/UseAutoCheck.cpp
  353     const Expr *E = (*Construct->arg_begin())->IgnoreParenImpCasts();