Lines Matching defs:FunctionDecl
65 class FunctionDecl;
553 AbstractCallee(const FunctionDecl *FD) : CalleeDecl(FD) {}
556 return isa_and_nonnull<FunctionDecl>(CalleeDecl);
560 if (const auto *FD = dyn_cast<FunctionDecl>(CalleeDecl))
565 if (const auto *FD = dyn_cast<FunctionDecl>(CalleeDecl))
2128 void EmitKernelMetadata(const FunctionDecl *FD, llvm::Function *Fn);
2214 void pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete,
3202 void EmitDeleteCall(const FunctionDecl *DeleteFD, llvm::Value *Ptr,
4393 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl);
4394 void checkTargetFeatures(SourceLocation Loc, const FunctionDecl *TargetDecl);