Searched refs:FixupTable (Results 1 – 1 of 1) sorted by relevance
683 const auto &FixupTable = State.Extended ? ExtFixups : StdFixups; in getExprOpValue() local685 auto FindVK = FixupTable.find(VarKind); in getExprOpValue()686 if (FindVK != FixupTable.end()) in getExprOpValue()