Searched defs:IndexValue (Results 1 – 2 of 2) sorted by relevance
107 class IndexValue; variable244 IndexValue() {} in IndexValue() function245 IndexValue(int index, const Value& value) : second(value), index_(index) {} in IndexValue() function
2687 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local