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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 2837   QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI);
 2838   assert(ParmTSI && "no type source info for attribute argument");
 2854   D->addAttr(::new (S.Context) VecTypeHintAttr(S.Context, AL, ParmTSI));