Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DParsedTemplate.h141 struct TemplateIdAnnotation { struct
143 CXXScopeSpec SS;
147 SourceLocation TemplateKWLoc;
151 SourceLocation TemplateNameLoc;
154 IdentifierInfo *Name;
157 OverloadedOperatorKind Operator;
182 /// \brief Creates a new TemplateIdAnnotation with NumArgs arguments and argument
185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { in Allocate() argument
203 void Destroy() { in Destroy()