Searched refs:EnumerationSpec (Results 1 – 2 of 2) sorted by relevance
78 llvm::Record *EnumerationSpec = G.EnumerationSpecMap[Name]; in writeAPIFromIndex() local79 OS << " " << EnumerationSpec->getValueAsString("Name"); in writeAPIFromIndex()80 auto Value = EnumerationSpec->getValueAsString("Value"); in writeAPIFromIndex()
107 for (llvm::Record *EnumerationSpec : EnumerationSpecList) { in indexStandardSpecDef()109 EnumerationSpec->getValueAsString("Name"))] = EnumerationSpec; in indexStandardSpecDef()