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

References

tools/clang/lib/Sema/TreeTransform.h
 5210             if (PVars)
 5211               PVars->push_back(NewParm);
 5229             if (PVars)
 5230               PVars->push_back(NewParm);
 5261       if (PVars)
 5262         PVars->push_back(NewParm);
 5310           if (PVars)
 5311             PVars->push_back(nullptr);
 5329         if (PVars)
 5330           PVars->push_back(nullptr);
 5353     if (PVars)
 5354       PVars->push_back(nullptr);
 5358   if (PVars) {
 5359     for (unsigned i = 0, e = PVars->size(); i != e; ++i)
 5360       if (ParmVarDecl *parm = (*PVars)[i])