Home | History | Annotate | Download | only in Sema

Lines Matching refs:FD

1113     else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
1114 PrevDecl = FD->getPreviousDecl();
1885 else if (FunctionDecl *FD = getCurFunctionDecl()) {
1887 = dyn_cast<ObjCImplDecl>(FD->getLexicalDeclContext())) {