Searched refs:FuncRef (Results 1 – 3 of 3) sorted by relevance
115 if (const auto *FuncRef = Result.Nodes.getNodeAs<DeclRefExpr>("func_ref")) { in run() local119 << FuncRef->getDecl()->getDeclName() << " (" in run()120 << FuncRef->getDecl() << ")\n"); in run()123 getOutmostClassOrFunDecl(FuncRef->getDecl()->getCanonicalDecl())); in run()
102 __declspec(nothrow) void (&FuncRef)() = FuncToBeRefed; variable
607 } else if (const auto *FuncRef = in run() local611 if (ProcessedFuncRefs.count(FuncRef)) in run()613 ProcessedFuncRefs.insert(FuncRef); in run()619 llvm::cast<NamedDecl>(Func), FuncRef); in run()