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

References

tools/clang/lib/Sema/SemaDecl.cpp
 1123     DiagnoseUseOfDecl(Type, NameLoc);
 1124     MarkAnyDeclReferenced(Type->getLocation(), Type, /*OdrUse=*/false);
 1124     MarkAnyDeclReferenced(Type->getLocation(), Type, /*OdrUse=*/false);
 1125     QualType T = Context.getTypeDeclType(Type);