Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp1808 bool SearchDefinitions = true; in isAcceptableSlow() local
1813 SearchDefinitions = Index >= TPL->size() || TPL->getParam(Index) != D; in isAcceptableSlow()
1816 if (SearchDefinitions) in isAcceptableSlow()