Searched defs:TemplateIdAnnotation (Results 1 – 1 of 1) sorted by relevance
141 struct TemplateIdAnnotation { struct143 CXXScopeSpec SS;147 SourceLocation TemplateKWLoc;151 SourceLocation TemplateNameLoc;154 IdentifierInfo *Name;157 OverloadedOperatorKind Operator;182 /// \brief Creates a new TemplateIdAnnotation with NumArgs arguments and argument185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { in Allocate() argument203 void Destroy() { in Destroy()