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

References

tools/clang/lib/AST/ASTContext.cpp
 4129   if (TypeParm)
 4130     return QualType(TypeParm, 0);
 4134     TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon);
 4141     TypeParm = new (*this, TypeAlignment)
 4144   Types.push_back(TypeParm);
 4145   TemplateTypeParmTypes.InsertNode(TypeParm, InsertPos);
 4147   return QualType(TypeParm, 0);