Searched refs:SubDC (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp234 const auto *SubDC = dyn_cast<DeclContext>(D); local
235 if (SubDC)
236 if (const auto *ND = findDefInDeclContext<T>(SubDC, LookupName))

Completed in 117 milliseconds