Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.h231 resolveForwardingParameters(const FunctionDecl *D, unsigned MaxDepth = 10);
H A DInlayHints.cpp389 auto ForwardedParams = resolveForwardingParameters(Callee); in processCall()
H A DAST.cpp924 resolveForwardingParameters(const FunctionDecl *D, unsigned MaxDepth) { in resolveForwardingParameters() function