Home | History | Annotate | Download | only in AST

Lines Matching defs:FDecl

1220   const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl());
1221 if (!FDecl)
1224 if (!FDecl->getIdentifier())
1227 return FDecl->getBuiltinID();