Lines Matching defs:TargetDecl
5989 const Decl *TargetDecl =
5992 assert((!isa_and_present<FunctionDecl>(TargetDecl) ||
5993 !cast<FunctionDecl>(TargetDecl)->isImmediateFunction()) &&
6003 (!TargetDecl || !isa<FunctionDecl>(TargetDecl)) &&
6081 (!TargetDecl || !isa<FunctionDecl>(TargetDecl))) {
6170 (!TargetDecl || !isa<FunctionDecl>(TargetDecl))) {
6183 if (auto *CalleeDecl = dyn_cast_or_null<FunctionDecl>(TargetDecl)) {