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

/external/clang/include/clang/Sema/
H A DParsedTemplate.h148 struct TemplateIdAnnotation { struct in namespace:clang
189 /// \brief Creates a new TemplateIdAnnotation with NumArgs arguments and
191 static TemplateIdAnnotation *
192 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) {
193 TemplateIdAnnotation *TemplateId
194 = (TemplateIdAnnotation *)std::malloc(sizeof(TemplateIdAnnotation) +

Completed in 99 milliseconds