Searched refs:TemplateIds (Results 1 – 4 of 4) sorted by relevance
417 assert(TemplateIds.empty() && "Still alive TemplateIdAnnotations around?"); in ~Parser()517 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(((Parser *)P)->TemplateIds); in LateTemplateParserCleanupCallback()523 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ParseTopLevelDecl()599 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ParseExternalDeclaration()
984 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds); in AnnotateTemplateIdToken()
2057 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds); in ParseUnqualifiedIdTemplateId()
220 SmallVector<TemplateIdAnnotation *, 16> TemplateIds; variable