Lines Matching defs:VContexts
9952 IdLocListType VContexts;
9956 if (parseParamAccess(ParamAccess, VContexts))
9959 assert(VContexts.size() == CallsNum);
9969 IdLocListType::const_iterator ItContext = VContexts.begin();
9978 assert(ItContext == VContexts.end());
9998 std::vector<ValueContext> VContexts;
10005 VContexts.push_back(VC);
10009 // and readonly ValueInfo are at the end of VContexts vector.
10011 llvm::sort(VContexts, [](const ValueContext &VC1, const ValueContext &VC2) {
10016 for (auto &VC : VContexts) {