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

References

tools/clang/lib/AST/ASTImporter.cpp
 3047         if (!hasSameVisibilityContext(FoundFunction, D))
 3050         if (IsStructuralMatch(D, FoundFunction)) {
 3051           if (Decl *Def = FindAndMapDefinition(D, FoundFunction))
 3053           FoundByLookup = FoundFunction;
 3065             << Name << D->getType() << FoundFunction->getType();
 3066         Importer.ToDiag(FoundFunction->getLocation(), diag::note_odr_value_here)
 3067             << FoundFunction->getType();