Home | History | Annotate | Download | only in Frontend

Lines Matching defs:FDecl

209         if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) {
214 if (FDecl->isThisDeclarationADefinition() &&
216 !FDecl->isTopLevelDeclInObjCContainer()) {
217 FunctionDefinitionsSeen.push_back(FDecl);
6042 FunctionDecl *FDecl = FunctionDefinitionsSeen[i];
6043 HandleTopLevelSingleDecl(FDecl);