Searched defs:TypeParm (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp3103 TemplateTypeParmType *TypeParm local
3106 if (TypeParm)
3107 return QualType(TypeParm, 0);
3111 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon);
3118 TypeParm = new (*this, TypeAlignment)
3121 Types.push_back(TypeParm);
3122 TemplateTypeParmTypes.InsertNode(TypeParm, InsertPos);
3124 return QualType(TypeParm, 0);

Completed in 105 milliseconds