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

/external/clang/include/clang/Sema/
H A DParsedTemplate.h141 struct TemplateIdAnnotation { struct in namespace:clang
182 /// \brief Creates a new TemplateIdAnnotation with NumArgs arguments and
184 static TemplateIdAnnotation *
185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) {
186 TemplateIdAnnotation *TemplateId
187 = (TemplateIdAnnotation *)std::malloc(sizeof(TemplateIdAnnotation) +

Completed in 127 milliseconds