Home | History | Annotate | Download | only in AST

Lines Matching refs:FDecl

1256   const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl());
1257 if (!FDecl)
1260 if (!FDecl->getIdentifier())
1263 return FDecl->getBuiltinID();