Lines Matching defs:TargetDecl
5817 const Decl *TargetDecl =
5820 assert((!isa_and_present<FunctionDecl>(TargetDecl) ||
5821 !cast<FunctionDecl>(TargetDecl)->isImmediateFunction()) &&
5831 (!TargetDecl || !isa<FunctionDecl>(TargetDecl)) &&
5909 (!TargetDecl || !isa<FunctionDecl>(TargetDecl))) {
6025 (!TargetDecl || !isa<FunctionDecl>(TargetDecl))) {
6038 if (auto *CalleeDecl = dyn_cast_or_null<FunctionDecl>(TargetDecl)) {