Home | History | Annotate | Download | only in Sema

Lines Matching refs:FD

4036     FunctionDecl *FD = nullptr;
4038 FD = dyn_cast<FunctionDecl>(MCE->getMemberDecl());
4040 FD = dyn_cast<FunctionDecl>(DRE->getDecl());
4041 if (FD) { // We check whether it's a resolved function declaration.
4043 !FD->getType()->getAs<FunctionProtoType>())
4044 Results.push_back(ResultCandidate(FD));
4046 AddOverloadCandidate(FD, DeclAccessPair::make(FD, FD->getAccess()),
4112 if (auto FD = dyn_cast<FunctionDecl>(C)) {
4113 AddOverloadCandidate(FD, DeclAccessPair::make(FD, C->getAccess()),