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()537 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(((Parser *)P)->TemplateIds); in LateTemplateParserCleanupCallback()543 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ParseTopLevelDecl()625 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ParseExternalDeclaration()
1025 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds); in AnnotateTemplateIdToken()
2144 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds); in ParseUnqualifiedIdTemplateId()
230 SmallVector<TemplateIdAnnotation *, 16> TemplateIds; variable