Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp881 FunctionDecl *MatchingDecl = nullptr; in resolveOverload() local
888 if (MatchingDecl) { in resolveOverload()
892 MatchingDecl = FuncCandidate; in resolveOverload()
897 return MatchingDecl; in resolveOverload()