Searched refs:SubDC (Results 1 – 1 of 1) sorted by relevance
178 const auto *SubDC = dyn_cast<DeclContext>(D); in findFunctionInDeclContext() local179 if (SubDC) in findFunctionInDeclContext()180 if (const auto *FD = findFunctionInDeclContext(SubDC, LookupFnName)) in findFunctionInDeclContext()