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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 9274   CXXRecordDecl *Pattern = Record->getInstantiatedFromMemberClass();
 9277       << Context.getTypeDeclType(Record);
 9278     Diag(Record->getLocation(), diag::note_nontemplate_decl_here);
 9290       << Record << SS.getRange();
 9300   CheckExplicitInstantiation(*this, Record, NameLoc, true, TSK);
 9304     = cast_or_null<CXXRecordDecl>(Record->getPreviousDecl());
 9305   if (!PrevDecl && Record->getDefinition())
 9306     PrevDecl = Record;
 9322     = cast_or_null<CXXRecordDecl>(Record->getDefinition());
 9331         << 0 << Record->getDeclName() << Record->getDeclContext();
 9331         << 0 << Record->getDeclName() << Record->getDeclContext();
 9336       if (InstantiateClass(NameLoc, Record, Def,
 9337                            getTemplateInstantiationArgs(Record),
 9341       RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition());
 9349                           getTemplateInstantiationArgs(Record), TSK);