Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1889 auto *aliasFD = dyn_cast<FunctionDecl>(aliasGD.getDecl()); in emitAliasForGlobal() local
1890 assert(aliasFD && "expected FunctionDecl"); in emitAliasForGlobal()
1901 mangledName, fnType, aliasFD); in emitAliasForGlobal()
1915 errorNYI(aliasFD->getSourceRange(), "emitAliasForGlobal: previous uses"); in emitAliasForGlobal()