Searched defs:TemplateIdAnnotation (Results 1 – 1 of 1) sorted by relevance
148 struct TemplateIdAnnotation { struct150 CXXScopeSpec SS;154 SourceLocation TemplateKWLoc;158 SourceLocation TemplateNameLoc;161 IdentifierInfo *Name;164 OverloadedOperatorKind Operator;189 /// \brief Creates a new TemplateIdAnnotation with NumArgs arguments and argument192 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { in Allocate() argument210 void Destroy() { in Destroy()