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

References

tools/clang/lib/Sema/SemaOverload.cpp
14162     if (!GSE->isResultDependent()) {
14164           FixOverloadedFunctionReference(GSE->getResultExpr(), Found, Fn);
14165       if (SubExpr == GSE->getResultExpr())
14166         return GSE;
14170       ArrayRef<Expr *> A = GSE->getAssocExprs();
14172       unsigned ResultIdx = GSE->getResultIndex();
14176           Context, GSE->getGenericLoc(), GSE->getControllingExpr(),
14176           Context, GSE->getGenericLoc(), GSE->getControllingExpr(),
14177           GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(),
14177           GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(),
14178           GSE->getRParenLoc(), GSE->containsUnexpandedParameterPack(),
14178           GSE->getRParenLoc(), GSE->containsUnexpandedParameterPack(),
14183     return GSE;