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

References

tools/clang/lib/AST/ASTImporter.cpp
 5564   if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
 5583         if (!hasSameVisibilityContext(FoundTemplate, D))
 5585         if (IsStructuralMatch(D, FoundTemplate)) {
 5588           if (D->isThisDeclarationADefinition() && TemplateWithDef)
 5589             return Importer.MapImported(D, TemplateWithDef);
 5599   auto ParamsOrErr = import(D->getTemplateParameters());
 5604   if (Error Err = importInto(TemplatedFD, D->getTemplatedDecl()))
 5608   if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name,
 5614   ToFunc->setAccess(D->getAccess());