Home
last modified time | relevance | path

Searched refs:targetDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp101 const Decl *targetDecl = calleeInfo.getCalleeDecl().getDecl(); in constructAttributeList() local
103 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()
H A DCIRGenItaniumCXXABI.cpp141 GlobalDecl targetDecl) { in emitConstructorDestructorAlias() argument
154 auto aliasee = cast<cir::FuncOp>(cgm.getAddrOfGlobal(targetDecl)); in emitConstructorDestructorAlias()