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

References

tools/clang/lib/Sema/SemaDecl.cpp
 4361     textToInsert += ' ';
 4362     textToInsert += NewTD->getIdentifier()->getName();
 4364         << FixItHint::CreateInsertion(tagLoc, textToInsert);