Searched refs:pCandidateList (Results 1 – 2 of 2) sorted by relevance
119 void IdenticalCodeFolding::findCandidates(FoldingCandidates& pCandidateList) { in findCandidates() argument173 pCandidateList.push_back( in findCandidates()180 bool IdenticalCodeFolding::matchCandidates(FoldingCandidates& pCandidateList) { in matchCandidates() argument183 std::vector<std::string> contents(pCandidateList.size()); in matchCandidates()186 for (size_t index = 0; index < pCandidateList.size(); ++index) { in matchCandidates()187 contents[index] = pCandidateList[index].getContentWithVariables( in matchCandidates()202 m_KeptSections[pCandidateList[index].sect].second = kept_index; in matchCandidates()
67 void findCandidates(FoldingCandidates& pCandidateList);69 bool matchCandidates(FoldingCandidates& pCandidateList);