Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dnativeparser_base.cpp201 TokenIdxSet temp_search_scope; in FindAIMatches() local
203 temp_search_scope = *search_scope; in FindAIMatches()
217 temp_search_scope.insert(parent->m_Index); in FindAIMatches()
225 itsearch = temp_search_scope.begin(); in FindAIMatches()
226 while (!search_scope || itsearch != temp_search_scope.end()) in FindAIMatches()
246 &temp_search_scope) != 0) in FindAIMatches()