Lines Matching full: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);