Searched refs:targetDecl (Results 1 – 2 of 2) sorted by relevance
101 const Decl *targetDecl = calleeInfo.getCalleeDecl().getDecl(); in constructAttributeList() local103 if (targetDecl) { in constructAttributeList()104 if (targetDecl->hasAttr<NoThrowAttr>()) in constructAttributeList()108 if (const FunctionDecl *func = dyn_cast<FunctionDecl>(targetDecl)) { in constructAttributeList()117 if (targetDecl->hasAttr<ConstAttr>()) { in constructAttributeList()121 } else if (targetDecl->hasAttr<PureAttr>()) { in constructAttributeList()
141 GlobalDecl targetDecl) { in emitConstructorDestructorAlias() argument154 auto aliasee = cast<cir::FuncOp>(cgm.getAddrOfGlobal(targetDecl)); in emitConstructorDestructorAlias()