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

References

tools/clang/lib/AST/ASTImporter.cpp
 8785   auto InsertRes = ImportDeclErrors.insert({From, Error});
 8789   assert(InsertRes.second || InsertRes.first->second.Error == Error.Error);