Home
last modified time | relevance | path

Searched refs:SawIndices (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp743 llvm::SmallBitVector SawIndices(TemplateParams->size()); in addPacks() local
747 if (SawIndices[Index]) in addPacks()
749 SawIndices[Index] = true; in addPacks()