Home
last modified time | relevance | path

Searched defs:TemplateIdAnnotation (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
DParsedTemplate.h148 struct TemplateIdAnnotation { struct
150 CXXScopeSpec SS;
154 SourceLocation TemplateKWLoc;
158 SourceLocation TemplateNameLoc;
161 IdentifierInfo *Name;
164 OverloadedOperatorKind Operator;
189 /// \brief Creates a new TemplateIdAnnotation with NumArgs arguments and argument
192 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { in Allocate() argument
210 void Destroy() { in Destroy()