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

References

tools/clang/lib/Sema/SemaTemplate.cpp
10251       = RebuildTypeInCurrentInstantiation(NTTP->getTypeSourceInfo(),
10252                                           NTTP->getLocation(),
10253                                           NTTP->getDeclName());
10266     if (NewTSI != NTTP->getTypeSourceInfo()) {
10267       NTTP->setTypeSourceInfo(NewTSI);
10268       NTTP->setType(NewTSI->getType());