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

References

tools/clang/lib/AST/ASTImporter.cpp
 7157   if (Error Err = ImportContainerChecked(E->arguments(), ToArgs))
 7487   if (Error Err = ImportContainerChecked(E->arguments(), ToArgs))
tools/clang/lib/Sema/SemaChecking.cpp
  166   for (Expr *Arg : TheCall->arguments()) {
tools/clang/lib/Sema/SemaDecl.cpp
10982       for (auto Arg: E->arguments())
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3721         for (auto Arg : E->arguments())
 3746       for (auto Arg : E->arguments())