Home
last modified time | relevance | path

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

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