Home
last modified time | relevance | path

Searched refs:SawIndices (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp586 llvm::SmallBitVector SawIndices(TemplateParams->size()); in PackDeductionScope() local
592 if (Depth == 0 && !SawIndices[Index]) { in PackDeductionScope()
593 SawIndices[Index] = true; in PackDeductionScope()