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

References

tools/clang/lib/AST/ASTImporter.cpp
 5323       cast_or_null<VarDecl>(D->getTemplatedDecl()->getDefinition());
 5324   if (Definition && Definition != D->getTemplatedDecl()) {
 5327       return Importer.MapImported(D, *ImportedDefOrErr);
 5337   if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
 5353       if (IsStructuralMatch(D, FoundTemplate)) {
 5355         Importer.MapImported(D->getTemplatedDecl(),
 5357         return Importer.MapImported(D, FoundTemplate);
 5373   VarDecl *DTemplated = D->getTemplatedDecl();
 5387   auto TemplateParamsOrErr = import(D->getTemplateParameters());
 5392   if (GetImportedOrCreateDecl(ToVarTD, D, Importer.getToContext(), DC, Loc,
 5398   ToVarTD->setAccess(D->getAccess());