Home | History | Annotate | Download | only in Sema

Lines Matching refs:FD

395   auto *FD = dyn_cast<FieldDecl>(D);
400 assert(FD);
401 FD = FD->getCanonicalDecl();
402 D = FD;
411 auto *FD = dyn_cast<FieldDecl>(D);
430 if (FD)
1519 if (auto *FD = dyn_cast<FieldDecl>(E->getMemberDecl())) {
1520 auto DVar = Stack->getTopDSA(FD, false);
1533 FD, [](OpenMPClauseKind C) -> bool { return C == OMPC_reduction; },
1543 ReportOriginalDSA(SemaRef, Stack, FD, DVar);
1548 DVar = Stack->getImplicitDSA(FD, false);
1550 !Stack->isLoopControlVariable(FD).first)
3649 auto *FD = dyn_cast<FunctionDecl>(ADecl);
3650 if (!FD) {
3673 if (FD->getNumParams() > PVD->getFunctionScopeIndex() &&
3674 FD->getParamDecl(PVD->getFunctionScopeIndex())
3684 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0);
3701 if (FD->getNumParams() > PVD->getFunctionScopeIndex() &&
3702 FD->getParamDecl(PVD->getFunctionScopeIndex())
3739 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0);
3771 if (FD->getNumParams() > PVD->getFunctionScopeIndex() &&
3772 FD->getParamDecl(PVD->getFunctionScopeIndex())
3825 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0);
10524 auto *FD = cast<FieldDecl>(CurE->getMemberDecl());
10529 if (FD->isBitField()) {
10563 OMPClauseMappableExprCommon::MappableComponent(CurE, FD));
10931 auto *FD = dyn_cast<FieldDecl>(CurDeclaration);
10933 assert((VD || FD
10934 (void)FD;
11558 const FunctionDecl *FD = nullptr;
11559 if (cast<FunctionDecl>(D)->hasBody(FD))
11560 LD = const_cast<FunctionDecl *>(FD);