Home | History | Annotate | Download | only in Frontend

Lines Matching refs:FDecl

208         if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) {
213 if (FDecl->isThisDeclarationADefinition() &&
215 !FDecl->isTopLevelDeclInObjCContainer()) {
216 FunctionDefinitionsSeen.push_back(FDecl);
5973 FunctionDecl *FDecl = FunctionDefinitionsSeen[i];
5974 HandleTopLevelSingleDecl(FDecl);