Searched refs:TemplateIds (Results 1 – 4 of 4) sorted by relevance
439 !PP.isIncrementalProcessingEnabled() && !TemplateIds.empty()) { in ~Parser()444 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ~Parser()447 assert(TemplateIds.empty() && "Still alive TemplateIdAnnotations around?"); in ~Parser()535 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(((Parser *)P)->TemplateIds); in LateTemplateParserCleanupCallback()541 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ParseTopLevelDecl()623 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ParseExternalDeclaration()
1005 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds); in AnnotateTemplateIdToken()
2065 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds); in ParseUnqualifiedIdTemplateId()
224 SmallVector<TemplateIdAnnotation *, 16> TemplateIds; variable