reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 5171     OtherIsPackExpansion = OtherUUD->isPackExpansion();
 5174     OtherIsPackExpansion = true;
 5177     OtherIsPackExpansion = false;
 5182   return Pattern->isPackExpansion() == OtherIsPackExpansion &&