Searched refs:IsPartiallyExpanded (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp790 IsPartiallyExpanded = false;
795 IsPartiallyExpanded = true;
801 if (IsPartiallyExpanded)
824 if (!IsPartiallyExpanded)
838 bool isPartiallyExpanded() { return IsPartiallyExpanded; }
974 bool IsPartiallyExpanded = false; member in class:__anon3229::PackDeductionScope

Completed in 198 milliseconds