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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 1575       if (BestFns)
 1576         BestFns->push_back(Info);
 1585     if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign))
 1586       BestFns->clear();
 1589     if (BestFns)
 1590       BestFns->push_back(Info);