Home | History | Annotate | Download | only in AST

Lines Matching refs:FDecl

938   const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl());
939 if (!FDecl)
942 if (!FDecl->getIdentifier())
945 return FDecl->getBuiltinID();