Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1710 bool SearchDefinitions = true; in isVisibleSlow() local
1715 SearchDefinitions = Index >= TPL->size() || TPL->getParam(Index) != D; in isVisibleSlow()
1718 if (SearchDefinitions) in isVisibleSlow()