Home | History | Annotate | Download | only in AST

Lines Matching refs:Specs

170     llvm::FoldingSetVector<EntryType> &Specs, ArrayRef<TemplateArgument> Args,
175 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
286 uint32_t *Specs = CommonPtr->LazySpecializations;
288 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
289 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
360 uint32_t *Specs = CommonPtr->LazySpecializations;
362 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
363 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
1005 uint32_t *Specs = CommonPtr->LazySpecializations;
1007 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
1008 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);