Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1842 bool SearchDefinitions = true; in isAcceptableSlow() local
1847 SearchDefinitions = Index >= TPL->size() || TPL->getParam(Index) != D; in isAcceptableSlow()
1850 if (SearchDefinitions) in isAcceptableSlow()