Searched refs:structVars (Results 1 – 1 of 1) sorted by relevance
287 auto structVars = structAST->getVariables(); in getMemberIndex() local288 const auto *it = llvm::find_if(structVars, [&](auto &var) { in getMemberIndex()291 if (it == structVars.end()) in getMemberIndex()293 return it - structVars.begin(); in getMemberIndex()