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

References

tools/clang/lib/Sema/SemaOverload.cpp
14138                                                    Found, Fn);
14147                                                    Found, Fn);
14164           FixOverloadedFunctionReference(GSE->getResultExpr(), Found, Fn);
14189     if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) {
14198                                                        Found, Fn);
14213           = Context.getMemberPointerType(Fn->getType(), ClassType.getTypePtr());
14224                                                    Found, Fn);
14238   if (auto *FPT = Fn->getType()->getAs<FunctionProtoType>())
14250         BuildDeclRefExpr(Fn, Fn->getType(), VK_LValue, ULE->getNameInfo(),
14250         BuildDeclRefExpr(Fn, Fn->getType(), VK_LValue, ULE->getNameInfo(),
14270       if (cast<CXXMethodDecl>(Fn)->isStatic()) {
14272             Fn, Fn->getType(), VK_LValue, MemExpr->getNameInfo(),
14272             Fn, Fn->getType(), VK_LValue, MemExpr->getNameInfo(),
14289     if (cast<CXXMethodDecl>(Fn)->isStatic()) {
14291       type = Fn->getType();
14299         MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found,