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

References

tools/clang/lib/AST/ASTImporter.cpp
  914   if (From.capturesVariable()) {
  915     if (auto VarOrErr = import(From.getCapturedVar()))
  921   auto LocationOrErr = import(From.getLocation());
  926   if (From.isPackExpansion())
  927     if (Error Err = importInto(EllipsisLoc, From.getEllipsisLoc()))
  931       *LocationOrErr, From.isImplicit(), From.getCaptureKind(), Var,
  931       *LocationOrErr, From.isImplicit(), From.getCaptureKind(), Var,